Searched refs:CheckAndGetAlgorithm (Results 1 – 1 of 1) sorted by relevance
| /base/security/huks/frameworks/huks_standard/main/common/src/ |
| D | hks_check_paramset.c | 327 static int32_t CheckAndGetAlgorithm( in CheckAndGetAlgorithm() function 531 ret = CheckAndGetAlgorithm(paramSet, g_genKeyAlg, HKS_ARRAY_SIZE(g_genKeyAlg), &alg); in CoreCheckGenKeyParams() 949 ret = CheckAndGetAlgorithm(paramSet, g_importKeyAlg, HKS_ARRAY_SIZE(g_importKeyAlg), &alg); in HksCoreCheckImportKeyParams() 1009 ret = CheckAndGetAlgorithm(paramSet, g_importKeyAlg, HKS_ARRAY_SIZE(g_importKeyAlg), &alg); in HksCoreCheckImportWrappedKeyParams() 1021 int32_t ret = CheckAndGetAlgorithm(paramSet, g_signAlg, HKS_ARRAY_SIZE(g_signAlg), &alg); in HksCoreCheckSignVerifyParams() 1057 int32_t ret = CheckAndGetAlgorithm(paramSet, g_signAlg, HKS_ARRAY_SIZE(g_signAlg), &alg); in HksLocalCheckSignVerifyParams() 1090 … ret = CheckAndGetAlgorithm(paramSet, g_agreeAlgLocal, HKS_ARRAY_SIZE(g_agreeAlgLocal), &alg); in HksCoreCheckAgreeKeyParams() 1092 ret = CheckAndGetAlgorithm(paramSet, g_agreeAlg, HKS_ARRAY_SIZE(g_agreeAlg), &alg); in HksCoreCheckAgreeKeyParams() 1130 int32_t ret = CheckAndGetAlgorithm(paramSet, g_cipherAlg, HKS_ARRAY_SIZE(g_cipherAlg), &alg); in HksCoreCheckCipherParams() 1158 …int32_t ret = CheckAndGetAlgorithm(paramSet, g_cipherAlgLocal, HKS_ARRAY_SIZE(g_cipherAlgLocal), &… in HksLocalCheckCipherParams() [all …]
|