Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-pubkey.c336 fail_reason: in user_key_allowed2()
345 goto fail_reason; in user_key_allowed2()
410 fail_reason: in user_cert_trusted_ca()
418 goto fail_reason; in user_cert_trusted_ca()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h541 UINT8 fail_reason; /* The HCI reason/error code for when success=FALSE */ member
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c785 sec_event.auth_cmpl.fail_reason = HCI_ERR_ILLEGAL_COMMAND; in bta_dm_bond()
2781 sec_event.auth_cmpl.fail_reason = HCI_SUCCESS; in bta_dm_new_link_key_cback()
2823 sec_event.auth_cmpl.fail_reason = (UINT8)result; in bta_dm_authentication_complete_cback()
4428 … sec_event.auth_cmpl.fail_reason = BTA_DM_AUTH_CONVERT_SMP_CODE(((UINT8)p_data->complt.reason)); in bta_dm_ble_smp_cback()
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c734 switch(p_auth_cmpl->fail_reason) in btif_dm_auth_cmpl_evt()