Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c1013 static int32_t InitExpectParams(enum CheckKeyType checkType, struct ExpectParamsValues *expectValue… in InitExpectParams() function
1031 …return InitExpectParams(checkType, expectValues, g_expectRsaParams, HKS_ARRAY_SIZE(g_expectRsaPara… in GetExpectParams()
1034 …return InitExpectParams(checkType, expectValues, g_expectAesParams, HKS_ARRAY_SIZE(g_expectAesPara… in GetExpectParams()
1037 …return InitExpectParams(checkType, expectValues, g_expectEccParams, HKS_ARRAY_SIZE(g_expectEccPara… in GetExpectParams()
1041 …return InitExpectParams(checkType, expectValues, g_expectSm2Params, HKS_ARRAY_SIZE(g_expectSm2Para… in GetExpectParams()
1045 …return InitExpectParams(checkType, expectValues, g_expectSm3Params, HKS_ARRAY_SIZE(g_expectSm3Para… in GetExpectParams()
1049 …return InitExpectParams(checkType, expectValues, g_expectSm4Params, HKS_ARRAY_SIZE(g_expectSm4Para… in GetExpectParams()
1054 return InitExpectParams(checkType, expectValues, g_expectCurve25519Params, in GetExpectParams()
1059 …return InitExpectParams(checkType, expectValues, g_expectHmacParams, HKS_ARRAY_SIZE(g_expectHmacPa… in GetExpectParams()
1063 …return InitExpectParams(checkType, expectValues, g_expectDsaParams, HKS_ARRAY_SIZE(g_expectDsaPara… in GetExpectParams()
[all …]