Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_check_paramset.c276 static int32_t CheckAndGetAlgorithm( in CheckAndGetAlgorithm() function
360 ret = CheckAndGetAlgorithm(paramSet, g_genKeyAlg, HKS_ARRAY_SIZE(g_genKeyAlg), &alg); in CoreCheckGenKeyParams()
771 ret = CheckAndGetAlgorithm(paramSet, g_importKeyAlg, HKS_ARRAY_SIZE(g_importKeyAlg), &alg); in HksCoreCheckImportKeyParams()
832 ret = CheckAndGetAlgorithm(paramSet, g_importKeyAlg, HKS_ARRAY_SIZE(g_importKeyAlg), &alg); in HksCoreCheckImportWrappedKeyParams()
844 int32_t ret = CheckAndGetAlgorithm(paramSet, g_signAlg, HKS_ARRAY_SIZE(g_signAlg), &alg); in HksCoreCheckSignVerifyParams()
880 int32_t ret = CheckAndGetAlgorithm(paramSet, g_signAlg, HKS_ARRAY_SIZE(g_signAlg), &alg); in HksLocalCheckSignVerifyParams()
913 … ret = CheckAndGetAlgorithm(paramSet, g_agreeAlgLocal, HKS_ARRAY_SIZE(g_agreeAlgLocal), &alg); in HksCoreCheckAgreeKeyParams()
915 ret = CheckAndGetAlgorithm(paramSet, g_agreeAlg, HKS_ARRAY_SIZE(g_agreeAlg), &alg); in HksCoreCheckAgreeKeyParams()
954 int32_t ret = CheckAndGetAlgorithm(paramSet, g_cipherAlg, HKS_ARRAY_SIZE(g_cipherAlg), &alg); in HksCoreCheckCipherParams()
1024 … ret = CheckAndGetAlgorithm(paramSet, g_deriveAlgLocal, HKS_ARRAY_SIZE(g_deriveAlgLocal), &alg); in HksCoreCheckDeriveKeyParams()
[all …]