Home
last modified time | relevance | path

Searched defs:pake_server (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dpake_server.h68 struct pake_server { struct
70 uint32_t key_length;
71 struct hc_pin pin;
72 struct hc_salt salt;
73 struct hc_auth_id self_id;
74 struct hc_auth_id peer_id;
75 struct challenge self_challenge;
76 struct challenge peer_challenge;
77 struct esk self_esk;
79 struct pake_hmac_key hmac_key;
[all …]
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_server.c37 void destroy_pake_server(struct pake_server *pake_server) in destroy_pake_server()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H A Ddistribution.h41 struct pake_server *pake_server; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhuks_adapter_test.cpp1240 struct pake_server pake_server; variable
1276 struct pake_server pake_server; variable
1312 struct pake_server pake_server; variable
1348 struct pake_server pake_server; variable