Home
last modified time | relevance | path

Searched defs:kcf_data (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dpake_client.h44 struct hmac kcf_data; member
H A Dpake_server.h107 struct hmac kcf_data; member
111 struct hmac kcf_data; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c367 static bool verify_proof_is_ok(struct pake_client *pake_client, struct hmac *kcf_data) in verify_proof_is_ok()