Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/auth_info/
H A Dauth_info.h52 const struct challenge *get_pake_self_challenge(const struct hichain *hichain);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dauth_info_test.h56 const struct challenge *get_pake_self_challenge(const struct hichain *hichain);
H A Dhuks_adapter_test.cpp1279 const struct challenge *challenge = get_pake_self_challenge(hichainTest);
1295 const struct challenge *challenge = get_pake_self_challenge(hichainTest);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dauth_info.c34 const struct challenge *get_pake_self_challenge(const struct hichain *hichain) in get_pake_self_challenge() function