Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/serf/auth/
Dauth.c392 apr_status_t resp_status = APR_SUCCESS; in serf__handle_auth_response() local
399 resp_status = validate_resp(authn_info->scheme, HOST, sl.code, in serf__handle_auth_response()
405 if (!resp_status && authn_info->scheme) { in serf__handle_auth_response()
407 resp_status = validate_resp(authn_info->scheme, PROXY, sl.code, in serf__handle_auth_response()
411 if (resp_status) { in serf__handle_auth_response()
420 return resp_status; in serf__handle_auth_response()
/freebsd-12-stable/contrib/wpa/src/tls/
Dtlsv1_client_ocsp.c653 u8 resp_status; in tls_process_ocsp_response() local
684 resp_status = hdr.payload[0]; in tls_process_ocsp_response()
685 wpa_printf(MSG_DEBUG, "OCSP: responseStatus %u", resp_status); in tls_process_ocsp_response()
687 if (resp_status != OCSP_RESP_STATUS_SUCCESSFUL) { in tls_process_ocsp_response()
/freebsd-12-stable/contrib/wpa/src/eap_peer/
Deap_peap.c553 int status, resp_status; in eap_tlv_process() local
569 resp_status = EAP_TLV_RESULT_FAILURE; in eap_tlv_process()
572 resp_status = EAP_TLV_RESULT_SUCCESS; in eap_tlv_process()
577 resp_status = EAP_TLV_RESULT_FAILURE; in eap_tlv_process()
582 resp_status = EAP_TLV_RESULT_FAILURE; in eap_tlv_process()
588 eap_get_id(req), resp_status); in eap_tlv_process()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Dmcp_public.h2215 u32 resp_status; member