Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_adapter.c1258 …slSm2CipherTextSize(const EC_KEY *key, const EVP_MD *digest, size_t msgLen, size_t *cipherTextSize) in OpensslSm2CipherTextSize()
1263 int OpensslSm2PlainTextSize(const unsigned char *cipherText, size_t cipherTextSize, size_t *plainTe… in OpensslSm2PlainTextSize()
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c2092 …slSm2CipherTextSize(const EC_KEY *key, const EVP_MD *digest, size_t msgLen, size_t *cipherTextSize) in OpensslSm2CipherTextSize()
2097 int OpensslSm2PlainTextSize(const unsigned char *cipherText, size_t cipherTextSize, size_t *plainTe… in OpensslSm2PlainTextSize()