Home
last modified time | relevance | path

Searched refs:DoAesDecrypt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_chipset_platform_decrypt.c137 static int32_t DoAesDecrypt(const struct HksParamSet *paramSecureSet, in DoAesDecrypt() function
253 ret = DoAesDecrypt(paramSet, &wrappedKey, plainText); in HuksCoreChipsetPlatformDecrypt()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c550 static bool DoAesDecrypt(EVP_CIPHER_CTX *ctx, const Buffer *ciphertext, const Buffer *tag, Buffer *… in DoAesDecrypt() function
609 if (!DoAesDecrypt(ctx, ciphertext, tag, plaintext)) { in AesGcm256Decrypt()