Home
last modified time | relevance | path

Searched defs:plainTextSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c79 uint32_t plainTextSize, unsigned char *cipherText, uint32_t cipherTextLen) in MbedAesGcmEncrypt()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c124 uint32_t plainTextSize, unsigned char *cipherText, uint32_t cipherTextLen) in SslAesGcmEncrypt()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c1183 …nsslSm2PlainTextSize(const unsigned char *cipherText, size_t cipherTextSize, size_t *plainTextSize) in OpensslSm2PlainTextSize()