Searched defs:cipherText (Results 1 – 11 of 11) sorted by relevance
| /foundation/communication/wifi/wifi/base/security_utils/src/ |
| D | wifi_openssl_utils.cpp | 66 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/ |
| D | wifi_openssl_utils_test.cpp | 51 uint8_t cipherText[CIPHER_TEXT_MAX_LEN] = {0x40, 0x16, 0x28, 0x3e, 0x96, 0xd9, 0x43, 0x29, 0x4d, 0x… variable
|
| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| D | softbus_adapter_crypto.c | 100 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/ |
| D | crypto_manager.cpp | 157 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
|
| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| D | softbus_adapter_crypto.c | 79 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/ |
| D | rdb_security_manager.cpp | 138 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/ |
| D | lnn_huks_utils.c | 582 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/ |
| D | softbus_rsa_encrypt.c | 294 uint8_t *cipherText = (uint8_t *)SoftBusCalloc(cipherTextLen); in SoftBusRsaEncrypt() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| D | security_manager.cpp | 220 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
|
| /foundation/distributedhardware/device_manager/test/unittest/ |
| D | UTTest_auth_message_processor.cpp | 43 …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/ |
| D | huks_master.cpp | 434 static int AppendAeTag(KeyBlob &cipherText, HksParamSet *paramSet) in AppendAeTag()
|