Home
last modified time | relevance | path

Searched defs:cipherTextSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c121 uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) in MbedAesGcmDecrypt()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c171 uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) in SslAesGcmDecrypt()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c929 uint32_t cipherTextSize = pinData->contentSize - AES_GCM_256_IV_SIZE - AES_GCM_256_TAG_SIZE; in GenerateDecodeCredential() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c1178 …slSm2CipherTextSize(const EC_KEY *key, const EVP_MD *digest, size_t msgLen, size_t *cipherTextSize) in OpensslSm2CipherTextSize()
1183 int OpensslSm2PlainTextSize(const unsigned char *cipherText, size_t cipherTextSize, size_t *plainTe… in OpensslSm2PlainTextSize()