Home
last modified time | relevance | path

Searched refs:operation_code (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Ddistribution.c45 static bool is_message_illegal(int32_t operation_code, int32_t modular);
65 int32_t operation_code; member
129 int32_t operation_code = get_operation_code(nav, receive); in check_message_support() local
130 if (operation_code == INVALID_OPERATION_CODE) { in check_message_support()
132 } else if (operation_code == NO_OPERATION_CODE) { in check_message_support()
136 hichain->operation_code, receive->msg_code); in check_message_support()
145 hichain->operation_code = operation_code; in check_message_support()
179 switch (handle->operation_code) { in connect_message()
222 int32_t operation_code = NO_OPERATION_CODE; in get_operation_code() local
225 return operation_code; in get_operation_code()
[all …]
H A Dbuild_object.c193 hichain->cb.get_protocol_params(&hichain->identity, hichain->operation_code, &pin, &para); in build_pake_client_object()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c200 static int32_t triggered_sts_client(struct hichain *hichain, int32_t operation_code);
244 static int32_t triggered_pake_client(struct hichain *hichain, int32_t operation_code);
450 …if ((hichain->operation_code != AUTHENTICATE) && (hichain->operation_code != AUTH_KEY_AGREEMENT)) { in set_result_by_map()
539 static int32_t triggered_pake_client(struct hichain *hichain, int32_t operation_code) in triggered_pake_client() argument
542 hichain->operation_code = operation_code; in triggered_pake_client()
543 hichain->pake_client->operation_code = operation_code; in triggered_pake_client()
575 (void)operation_code;
581 static int32_t triggered_sts_client(struct hichain *hichain, int32_t operation_code) in triggered_sts_client() argument
584 hichain->operation_code = operation_code; in triggered_sts_client()
585 hichain->sts_client->operation_code = operation_code; in triggered_sts_client()
[all …]
/ohos5.0/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H A Dhichain.h230 …def void (*get_protocol_params_cb)(const struct session_identity *identity, int32_t operation_code,
235 …t (*confirm_receive_request_func)(const struct session_identity *identity, int32_t operation_code);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dpake_request.c48 FIELD_OPERATION_CODE, pake_request->operation_code) < 0) { in make_pake_request()
H A Dauth_start_request.c48 FIELD_OPERATION_CODE, auth_start_request->operation_code, in make_request_json_str()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H A Ddistribution.h39 int32_t operation_code; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dsts_client.h32 int32_t operation_code; member
H A Dpake_client.h46 int32_t operation_code; member
H A Dpake_server.h92 int32_t operation_code; member
H A Dsts_server.h103 int32_t operation_code; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/destroy_fuzzer/
H A Ddestroy_fuzzer.cpp71 hichain->operation_code = *reinterpret_cast<const int32_t *>(data); in DestroyFuzz()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhichain_receivedata_test.cpp550 hcServer->operation_code = BIND;
584 hcServer->operation_code = BIND;
681 hcServer->operation_code = AUTHENTICATE;
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c162 send_data->operation_code = pake_client->operation_code; in build_start_request_data()
H A Dsts_client.c98 send_data->operation_code = sts_client->operation_code; in build_start_request_data()