Home
last modified time | relevance | path

Searched refs:status_type (Results 1 – 25 of 25) sorted by relevance

/src/sys/kgssapi/
H A Dgss_display_status.c45 int status_type, in gss_display_status() argument
61 args.status_type = status_type; in gss_display_status()
H A Dgssd.x280 int status_type; member
/src/crypto/heimdal/lib/gssapi/mech/
H A Dgss_display_status.c140 int status_type, in gss_display_status() argument
150 major_status = _gss_mg_get_error(mech_type, status_type, in gss_display_status()
160 switch (status_type) { in gss_display_status()
/src/crypto/heimdal/lib/gssapi/krb5/
H A Ddisplay_status.c145 int status_type, in _gsskrb5_display_status() argument
165 if (status_type == GSS_C_GSS_CODE) { in _gsskrb5_display_status()
173 } else if (status_type == GSS_C_MECH_CODE) { in _gsskrb5_display_status()
/src/crypto/krb5/src/lib/gssapi/krb5/
H A Ddisp_status.c158 int status_type, gss_OID mech_type, in krb5_gss_display_status() argument
172 if (status_type == GSS_C_GSS_CODE) { in krb5_gss_display_status()
175 } else if (status_type == GSS_C_MECH_CODE) { in krb5_gss_display_status()
/src/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_dsp_status.c40 int status_type, gss_OID req_mech_type, in gss_display_status() argument
62 if (status_type == GSS_C_GSS_CODE) in gss_display_status()
114 status_value, status_type, mech_type, in gss_display_status()
/src/lib/libgssapi/
H A Dgss_display_status.c261 int status_type, in gss_display_status() argument
271 major_status = _gss_mg_get_error(mech_type, status_type, in gss_display_status()
281 switch (status_type) { in gss_display_status()
/src/crypto/heimdal/lib/gssapi/ntlm/
H A Ddisplay_status.c40 int status_type, in _gss_ntlm_display_status() argument
/src/kerberos5/lib/libgssapi_spnego/
H A Dfreebsd_compat.c50 int status_type, in _gss_spnego_display_status() argument
/src/contrib/wpa/src/tls/
H A Dtlsv1_server_read.c53 u8 status_type; in tls_process_status_request_item() local
75 status_type = *pos++; in tls_process_status_request_item()
76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type); in tls_process_status_request_item()
77 if (status_type != 1 && status_type != 2) in tls_process_status_request_item()
85 if (status_type == 2) in tls_process_status_request_item()
H A Dtlsv1_client_read.c829 u8 type, status_type; in tls_process_certificate_status() local
894 status_type = *pos++; in tls_process_certificate_status()
896 status_type); in tls_process_certificate_status()
898 if (status_type == 1 /* ocsp */) { in tls_process_certificate_status()
901 } else if (status_type == 2 /* ocsp_multi */) { in tls_process_certificate_status()
/src/crypto/krb5/src/plugins/gssapi/negoextest/
H A Dmain.c235 int status_type, gss_OID mech_type, in gss_display_status() argument
238 if (status_type == GSS_C_MECH_CODE && status_value == 12345) { in gss_display_status()
/src/contrib/wpa/src/ap/
H A Daccounting.c36 int status_type) in accounting_msg() argument
54 status_type)) { in accounting_msg()
/src/sys/cam/scsi/
H A Dscsi_enc_ses.c1773 ses_addlstatus_avail_t status_type; in ses_process_elm_addlstatus() local
1781 status_type = ses_typehasaddlstatus(enc, iter.type_index); in ses_process_elm_addlstatus()
1783 || status_type == TYPE_ADDLSTATUS_NONE) in ses_process_elm_addlstatus()
1833 if (status_type == TYPE_ADDLSTATUS_OPTIONAL) in ses_process_elm_addlstatus()
1845 && status_type == TYPE_ADDLSTATUS_MANDATORY) { in ses_process_elm_addlstatus()
/src/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c343 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { in tls_parse_ctos_status_request()
348 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_ctos_status_request()
352 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in tls_parse_ctos_status_request()
H A Dextensions_clnt.c374 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) in tls_construct_ctos_status_request()
1505 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_stoc_status_request()
H A Dextensions.c1086 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
H A Dstatem_srvr.c2191 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && sctx != NULL in tls_handle_status_request()
4350 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
H A Dstatem_clnt.c2972 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
/src/crypto/openssl/ssl/
H A Ds3_lib.c4057 ret = sc->ext.status_type; in ssl3_ctrl()
4061 sc->ext.status_type = larg; in ssl3_ctrl()
4429 return ctx->ext.status_type; in ssl3_ctx_ctrl()
4432 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
H A Dssl_local.h1015 int status_type; member
1626 int status_type; member
H A Dssl_lib.c820 s->ext.status_type = ctx->ext.status_type; in ossl_ssl_connection_new_int()
4217 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing; in SSL_CTX_new_ex()
/src/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi.hin531 int, /* status_type */
/src/crypto/krb5/src/lib/gssapi/spnego/
H A Dspnego_mech.c1794 int status_type, in spnego_gss_display_status() argument
1829 status_type, mech_type, in spnego_gss_display_status()
/src/usr.sbin/gssd/
H A Dgssd.c1368 argp->status_value, argp->status_type, argp->mech_type, in gssd_display_status_1_svc()