Searched defs:cipherText (Results 1 – 8 of 8) sorted by relevance
| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| D | softbus_adapter_crypto.c | 104 unsigned char *cipherText, uint32_t cipherTextLen) in PackIvAndTag() 128 uint32_t plainTextSize, unsigned char *cipherText, uint32_t cipherTextLen) in SslAesGcmEncrypt() 174 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 | 155 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rdb_security_manager.cpp | 178 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksEncryptThreeStage() 191 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksDecryptThreeStage() 350 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in EncryptWorkKey() local
|
| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| D | softbus_adapter_crypto.c | 78 uint32_t plainTextSize, unsigned char *cipherText, uint32_t cipherTextLen) in MbedAesGcmEncrypt() 119 static int32_t MbedAesGcmDecrypt(const AesGcmCipherKey *cipherKey, const unsigned char *cipherText, in MbedAesGcmDecrypt()
|
| /foundation/communication/dsoftbus/core/adapter/huks/src/ |
| D | softbus_rsa_encrypt.c | 254 uint8_t *cipherText = (uint8_t *)SoftBusCalloc(cipherTextLen); in SoftBusRsaEncrypt() local
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
| D | lnn_huks_utils.c | 285 struct HksBlob cipherText = {inData->size, cipher}; in LnnEncryptDataByHuks() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| D | security_manager.cpp | 215 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| D | huks_master.cpp | 340 static int AppendAeTag(KeyBlob &cipherText, HksParamSet *paramSet) in AppendAeTag()
|