Home
last modified time | relevance | path

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

/base/security/huks/frameworks/huks_standard/main/common/src/
Dhks_check_paramset.c270 static int32_t CheckAndGetAlgorithm( in CheckAndGetAlgorithm() function
354 ret = CheckAndGetAlgorithm(paramSet, g_genKeyAlg, HKS_ARRAY_SIZE(g_genKeyAlg), &alg); in CoreCheckGenKeyParams()
763 ret = CheckAndGetAlgorithm(paramSet, g_importKeyAlg, HKS_ARRAY_SIZE(g_importKeyAlg), &alg); in HksCoreCheckImportKeyParams()
809 ret = CheckAndGetAlgorithm(paramSet, g_importKeyAlg, HKS_ARRAY_SIZE(g_importKeyAlg), &alg); in HksCoreCheckImportWrappedKeyParams()
821 int32_t ret = CheckAndGetAlgorithm(paramSet, g_signAlg, HKS_ARRAY_SIZE(g_signAlg), &alg); in HksCoreCheckSignVerifyParams()
857 int32_t ret = CheckAndGetAlgorithm(paramSet, g_signAlg, HKS_ARRAY_SIZE(g_signAlg), &alg); in HksLocalCheckSignVerifyParams()
890 … ret = CheckAndGetAlgorithm(paramSet, g_agreeAlgLocal, HKS_ARRAY_SIZE(g_agreeAlgLocal), &alg); in HksCoreCheckAgreeKeyParams()
892 ret = CheckAndGetAlgorithm(paramSet, g_agreeAlg, HKS_ARRAY_SIZE(g_agreeAlg), &alg); in HksCoreCheckAgreeKeyParams()
931 int32_t ret = CheckAndGetAlgorithm(paramSet, g_cipherAlg, HKS_ARRAY_SIZE(g_cipherAlg), &alg); in HksCoreCheckCipherParams()
959 …int32_t ret = CheckAndGetAlgorithm(paramSet, g_cipherAlgLocal, HKS_ARRAY_SIZE(g_cipherAlgLocal), &… in HksLocalCheckCipherParams()
[all …]