Searched refs:cert_failure (Results 1 – 3 of 3) sorted by relevance
75 smp_cb.cert_failure = static_cast<tSMP_STATUS>( in SMP_Init()77 if (smp_cb.cert_failure) in SMP_Init()79 smp_cb.cert_failure); in SMP_Init()238 if (p_cb->cert_failure == SMP_PASSKEY_ENTRY_FAIL || in SMP_PairCancel()239 p_cb->cert_failure == SMP_NUMERIC_COMPAR_FAIL) in SMP_PairCancel()240 err_code = p_cb->cert_failure; in SMP_PairCancel()
50 tSMP_STATUS reason = p_cb->cert_failure; in pts_test_send_authentication_complete_failure()1663 if (p_cb->cert_failure == SMP_CONFIRM_VALUE_ERR) { in smp_process_peer_nonce()1664 SMP_TRACE_ERROR("%s failure case = %d", __func__, p_cb->cert_failure); in smp_process_peer_nonce()1672 if ((p_cb->cert_failure == SMP_NUMERIC_COMPAR_FAIL) && in smp_process_peer_nonce()1675 SMP_TRACE_ERROR("%s failure case = %d", __func__, p_cb->cert_failure); in smp_process_peer_nonce()1722 p_cb->cert_failure != SMP_NUMERIC_COMPAR_FAIL) { in smp_process_peer_nonce()
299 tSMP_STATUS cert_failure; /*failure case for certification */ member