Searched refs:HksThreeStageAuth (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/include/ |
H A D | hks_auth.h | 43 int32_t HksThreeStageAuth(uint32_t authId, const struct HuksKeyNode *keyNode);
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_core_service_three_stage.c | 227 return HksThreeStageAuth(HKS_AUTH_ID_SIGN_VERIFY_ECC, keyNode); in SignVerifyAuth() 237 return HksThreeStageAuth(HKS_AUTH_ID_SIGN_VERIFY_RSA, keyNode); in SignVerifyAuth() 239 return HksThreeStageAuth(HKS_AUTH_ID_SIGN_VERIFY_ED25519, keyNode); in SignVerifyAuth() 252 return HksThreeStageAuth(HKS_AUTH_ID_AGREE, keyNode); in AgreeAuth() 264 return HksThreeStageAuth(HKS_AUTH_ID_MAC_HMAC, keyNode); in HmacAuth() 266 return HksThreeStageAuth(HKS_AUTH_ID_MAC_SM3, keyNode); in HmacAuth() 278 return HksThreeStageAuth(HKS_AUTH_ID_SYM_CIPHER, keyNode); in CipherAuth() 280 return HksThreeStageAuth(HKS_AUTH_ID_ASYM_CIPHER, keyNode); in CipherAuth() 282 return HksThreeStageAuth(HKS_AUTH_ID_SYM_CIPHER, keyNode); in CipherAuth() 1176 int32_t ret = HksThreeStageAuth(HKS_AUTH_ID_DERIVE, keyNode); in GetRawkey()
|
H A D | hks_auth.c | 177 int32_t HksThreeStageAuth(uint32_t authId, const struct HuksKeyNode *keyNode) in HksThreeStageAuth() function
|