Searched refs:cert_failure (Results 1 – 3 of 3) sorted by relevance
63 tSMP_STATUS reason = p_cb->cert_failure; in pts_test_send_authentication_complete_failure()580 tSMP_STATUS reason = p_cb->cert_failure; in smp_proc_pair_cmd()1766 if (p_cb->cert_failure == SMP_CONFIRM_VALUE_ERR) { in smp_process_peer_nonce()1767 log::error("failure case={}", p_cb->cert_failure); in smp_process_peer_nonce()1775 if ((p_cb->cert_failure == SMP_NUMERIC_COMPAR_FAIL) && in smp_process_peer_nonce()1778 log::error("failure case={}", p_cb->cert_failure); in smp_process_peer_nonce()1825 p_cb->cert_failure != SMP_NUMERIC_COMPAR_FAIL) { in smp_process_peer_nonce()
904 smp_cb.cert_failure = static_cast<tSMP_STATUS>( in init()906 if (smp_cb.cert_failure) in init()907 log::error("PTS FAILURE MODE IN EFFECT (CASE {})", smp_cb.cert_failure); in init()
358 tSMP_STATUS cert_failure; /*failure case for certification */ variable