Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_server.c44 …(void)memset_s(&handle->service_key, sizeof(struct hc_session_key), 0, sizeof(struct hc_session_ke… in destroy_sts_server()
H A Dpake_server.c48 …d)memset_s(&pake_server->service_key, sizeof(struct hc_session_key), 0, sizeof(struct hc_session_k… in destroy_pake_server()
H A Dpake_client.c72 …d)memset_s(&pake_client->service_key, sizeof(struct hc_session_key), 0, sizeof(struct hc_session_k… in destroy_pake_client()
H A Dsts_client.c66 …(void)memset_s(&handle->service_key, sizeof(struct hc_session_key), 0, sizeof(struct hc_session_ke… in destroy_sts_client()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dsts_client.h36 struct hc_session_key session_key;
37 struct hc_session_key service_key;
H A Dpake_client.h39 struct hc_session_key service_key;
H A Dpake_server.h80 struct hc_session_key service_key;
H A Dsts_server.h80 struct hc_session_key service_key;
/ohos5.0/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H A Dhichain.h191 struct hc_session_key { struct
233 const struct hc_session_key *session_key);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/destroy_fuzzer/
H A Ddestroy_fuzzer.cpp39 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/istrustpeer_fuzzer/
H A Distrustpeer_fuzzer.cpp39 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/dellocalauthinfo_fuzzer/
H A Ddellocalauthinfo_fuzzer.cpp39 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/getinstance_fuzzer/
H A Dgetinstance_fuzzer.cpp41 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/listtrustpeer_fuzzer/
H A Dlisttrustpeer_fuzzer.cpp40 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/authenticatepeer_fuzzer/
H A Dauthenticatepeer_fuzzer.cpp42 const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/startpake_fuzzer/
H A Dstartpake_fuzzer.cpp39 …SetSessionKeyFunc(const struct session_identity *identity, const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/receivedata_fuzzer/
H A Dreceivedata_fuzzer.cpp52 const struct hc_session_key *sessionKey) in SetSessionKeyFunc()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhichain_pake_test.cpp85 static void SetSessionKey(const struct session_identity *identity, const struct hc_session_key *ses… in SetSessionKey()
H A Dhichain_receivedata_test.cpp99 static void SetSessionKey(const struct session_identity *identity, const struct hc_session_key *ses… in SetSessionKey()
H A Dhuks_adapter_test.cpp134 static void SetSessionKey(const struct session_identity *identity, const struct hc_session_key *ses… in SetSessionKey()
H A Ddeviceauth_test.cpp141 static void SetSessionKey(const struct session_identity *identity, const struct hc_session_key *ses… in SetSessionKey()