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 D | distribution.c | 45 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 D | build_object.c | 193 hichain->cb.get_protocol_params(&hichain->identity, hichain->operation_code, &pin, ¶); in build_pake_client_object()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 200 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 D | hichain.h | 230 …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 D | pake_request.c | 48 FIELD_OPERATION_CODE, pake_request->operation_code) < 0) { in make_pake_request()
|
H A D | auth_start_request.c | 48 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 D | distribution.h | 39 int32_t operation_code; member
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/ |
H A D | sts_client.h | 32 int32_t operation_code; member
|
H A D | pake_client.h | 46 int32_t operation_code; member
|
H A D | pake_server.h | 92 int32_t operation_code; member
|
H A D | sts_server.h | 103 int32_t operation_code; member
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/destroy_fuzzer/ |
H A D | destroy_fuzzer.cpp | 71 hichain->operation_code = *reinterpret_cast<const int32_t *>(data); in DestroyFuzz()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | hichain_receivedata_test.cpp | 550 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 D | pake_client.c | 162 send_data->operation_code = pake_client->operation_code; in build_start_request_data()
|
H A D | sts_client.c | 98 send_data->operation_code = sts_client->operation_code; in build_start_request_data()
|