Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/openssl/
Dsoftbus_adapter_crypto.c99 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/
Drdb_security_manager.cpp178 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/
Dcrypto_manager.cpp155 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
/foundation/communication/dsoftbus/adapter/common/mbedtls/
Dsoftbus_adapter_crypto.c78 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/
Dlnn_huks_utils.c286 struct HksBlob cipherText = {inData->size, cipher}; in LnnEncryptDataByHuks() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dsecurity_manager.cpp215 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dhuks_master.cpp340 static int AppendAeTag(KeyBlob &cipherText, HksParamSet *paramSet) in AppendAeTag()