Home
last modified time | relevance | path

Searched refs:HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_ability.c155 (void)RegisterAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX(HKS_ALG_AES), in RegisterAbilityEncrypt()
166 (void)RegisterAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX(HKS_ALG_SM4), in RegisterAbilityEncrypt()
H A Dhks_openssl_engine.c438 FreeCtx func = (FreeCtx)GetAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX(algtype)); in HksCryptoHalEncryptFreeCtx()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_ability.h99 #define HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX(alg) HKS_CRYPTO_ABILITY(HKS_OPERATION_ENCRYPT_FREE_CT… macro
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ability.c136 (void)RegisterAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX(HKS_ALG_AES), in RegisterAbilityEncrypt()
H A Dhks_mbedtls_engine.c315 FreeCtx func = (FreeCtx)GetAbility(HKS_CRYPTO_ABILITY_ENCRYPT_FREE_CTX(algtype)); in HksCryptoHalEncryptFreeCtx()