Searched refs:DoAesDecrypt (Results 1 – 2 of 2) sorted by relevance
137 static int32_t DoAesDecrypt(const struct HksParamSet *paramSecureSet, in DoAesDecrypt() function253 ret = DoAesDecrypt(paramSet, &wrappedKey, plainText); in HuksCoreChipsetPlatformDecrypt()
550 static bool DoAesDecrypt(EVP_CIPHER_CTX *ctx, const Buffer *ciphertext, const Buffer *tag, Buffer *… in DoAesDecrypt() function609 if (!DoAesDecrypt(ctx, ciphertext, tag, plaintext)) { in AesGcm256Decrypt()