Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/openssl/
Dsoftbus_adapter_crypto.c104 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/
Dcrypto_manager.cpp155 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in Encrypt() local
/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()
350 struct HksBlob cipherText = { sizeof(cipherBuf), cipherBuf }; in EncryptWorkKey() 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/adapter/huks/src/
Dsoftbus_rsa_encrypt.c254 uint8_t *cipherText = (uint8_t *)SoftBusCalloc(cipherTextLen); in SoftBusRsaEncrypt() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
Dlnn_huks_utils.c285 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()