Searched defs:cipherText (Results 1 – 7 of 7) sorted by relevance
| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| D | softbus_adapter_crypto.c | 99 uint32_t dataLen, unsigned char *cipherText, uint32_t cipherTextLen) in PackIvAndTag() 124 uint32_t plainTextSize, unsigned char *cipherText, uint32_t cipherTextLen) in SslAesGcmEncrypt() 171 static int32_t SslAesGcmDecrypt(const AesGcmCipherKey *cipherkey, const unsigned char *cipherText, in SslAesGcmDecrypt()
|
| /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() 348 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in EncryptWorkKey() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/ |
| D | crypto_manager.cpp | 155 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() 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/bus_center/lnn/net_ledger/common/src/ |
| D | lnn_huks_utils.c | 286 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()
|