Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dkey_agreement_client.h38 int32_t receive_end_response(void *handle, void *receive_data);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dkey_agreement_client.c94 int32_t receive_end_response(void *handle, void *receive_data) in receive_end_response() function
H A Dpake_client.c138 int32_t ret = receive_end_response(pake_client, receive_data); in receive_pake_end_response()
H A Dsts_client.c487 int32_t ret = receive_end_response(sts_client, receive_data); in receive_sts_end_response()