Home
last modified time | relevance | path

Searched defs:cipherText (Results 1 – 11 of 11) sorted by relevance

/foundation/communication/wifi/wifi/base/security_utils/src/
Dwifi_openssl_utils.cpp66 struct AesCipherInfo *info, uint8_t *cipherText, int *cipherTextLen) in OpensslAesEncrypt()
125 int WifiOpensslUtils::OpensslAesDecrypt(const uint8_t *cipherText, int cipherTextLen, in OpensslAesDecrypt()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/security_utils/
Dwifi_openssl_utils_test.cpp51 uint8_t cipherText[CIPHER_TEXT_MAX_LEN] = {0x40, 0x16, 0x28, 0x3e, 0x96, 0xd9, 0x43, 0x29, 0x4d, 0x… variable
/foundation/communication/dsoftbus/adapter/common/openssl/
Dsoftbus_adapter_crypto.c100 unsigned char *cipherText, uint32_t cipherTextLen) in PackIvAndTag()
124 uint32_t plainTextSize, unsigned char *cipherText, uint32_t cipherTextLen) in SslAesGcmEncrypt()
170 static int32_t SslAesGcmDecrypt(const AesGcmCipherKey *cipherkey, const unsigned char *cipherText, in SslAesGcmDecrypt()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/
Dcrypto_manager.cpp157 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
/foundation/communication/dsoftbus/adapter/common/mbedtls/
Dsoftbus_adapter_crypto.c79 uint32_t plainTextSize, unsigned char *cipherText, uint32_t cipherTextLen) in MbedAesGcmEncrypt()
120 static int32_t MbedAesGcmDecrypt(const AesGcmCipherKey *cipherKey, const unsigned char *cipherText, in MbedAesGcmDecrypt()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_security_manager.cpp138 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksEncryptThreeStage()
151 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksDecryptThreeStage()
303 struct HksBlob cipherText = { uint32_t(encryptedKey.size()), encryptedKey.data() }; in EncryptWorkKey() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
Dlnn_huks_utils.c582 struct HksBlob cipherText = {inData->size, cipher}; in LnnEncryptDataByHuks() local
658 struct HksBlob cipherText = {inData->size, cipher}; in LnnCeEncryptDataByHuks() local
/foundation/communication/dsoftbus/core/adapter/huks/src/
Dsoftbus_rsa_encrypt.c294 uint8_t *cipherText = (uint8_t *)SoftBusCalloc(cipherTextLen); in SoftBusRsaEncrypt() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dsecurity_manager.cpp220 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_auth_message_processor.cpp43 …int32_t MbedTlsEncrypt(const uint8_t *plainText, int32_t plainTextLen, uint8_t *cipherText, int32_… in MbedTlsEncrypt()
52 …int32_t MbedTlsDecrypt(const uint8_t *cipherText, int32_t cipherTextLen, uint8_t *plainText, int32… in MbedTlsDecrypt()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dhuks_master.cpp458 static int AppendAeTag(KeyBlob &cipherText, HksParamSet *paramSet) in AppendAeTag()