Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
Dinform_message.c36 int32_t error_code = get_json_int(obj, FIELD_ERROR_CODE); in parse_inform_message() local
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
Dhuks_adapter.c1249 int32_t error_code = check_lt_public_key_exist(key_alias); in check_key_alias_is_owner() local
1327 int32_t error_code = ERROR_CODE_SUCCESS; in get_lt_public_key_list() local
1473 int32_t error_code = ERROR_CODE_FAILED; in verify() local
1527 int32_t error_code = ERROR_CODE_FAILED; in verify_with_public_key() local
1603 int32_t error_code = ERROR_CODE_FAILED; in compute_sts_shared_secret() local
1847 int32_t error_code = HC_INPUT_ERROR; in get_key_attestation() local
1915 int32_t error_code = HC_INPUT_ERROR; in get_cert_chain() local
2046 int32_t error_code = HC_INPUT_ERROR; in asset_unwrap() local
/base/security/device_auth/frameworks/deviceauth_lite/source/
Dhichain.c707 …t_result(struct hichain *hichain, uint16_t rcv_msg_code, uint16_t snd_msg_code, int32_t error_code) in set_result()
746 static void encap_inform_message(int32_t error_code, struct message *send) in encap_inform_message()
/base/security/device_auth/frameworks/deviceauth_lite/source/base/
Dbase.h223 uint16_t error_code; member