Searched defs:cipherTextSize (Results 1 – 4 of 4) sorted by relevance
121 uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) in MbedAesGcmDecrypt()
171 uint32_t cipherTextSize, unsigned char *plain, uint32_t plainLen) in SslAesGcmDecrypt()
929 uint32_t cipherTextSize = pinData->contentSize - AES_GCM_256_IV_SIZE - AES_GCM_256_TAG_SIZE; in GenerateDecodeCredential() local
1178 …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()