Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsignature.c63 static const HcfSignGenAbility SIGN_GEN_ABILITY_SET[] = { variable
88 for (uint32_t i = 0; i < sizeof(SIGN_GEN_ABILITY_SET) / sizeof(SIGN_GEN_ABILITY_SET[0]); i++) { in FindSignAbility()
89 if (SIGN_GEN_ABILITY_SET[i].algo == params->algo) { in FindSignAbility()
90 return SIGN_GEN_ABILITY_SET[i].createFunc; in FindSignAbility()