| /src/sys/kgssapi/ |
| H A D | gss_display_status.c | 45 int status_type, in gss_display_status() argument 61 args.status_type = status_type; in gss_display_status()
|
| H A D | gssd.x | 280 int status_type; member
|
| /src/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_display_status.c | 140 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 D | display_status.c | 145 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 D | disp_status.c | 158 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 D | g_dsp_status.c | 40 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 D | gss_display_status.c | 261 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 D | display_status.c | 40 int status_type, in _gss_ntlm_display_status() argument
|
| /src/kerberos5/lib/libgssapi_spnego/ |
| H A D | freebsd_compat.c | 50 int status_type, in _gss_spnego_display_status() argument
|
| /src/contrib/wpa/src/tls/ |
| H A D | tlsv1_server_read.c | 53 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 D | tlsv1_client_read.c | 829 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 D | main.c | 235 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 D | accounting.c | 36 int status_type) in accounting_msg() argument 54 status_type)) { in accounting_msg()
|
| /src/sys/cam/scsi/ |
| H A D | scsi_enc_ses.c | 1773 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 D | extensions_srvr.c | 343 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 D | extensions_clnt.c | 374 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 D | extensions.c | 1086 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
|
| H A D | statem_srvr.c | 2191 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 D | statem_clnt.c | 2972 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
|
| /src/crypto/openssl/ssl/ |
| H A D | s3_lib.c | 4057 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 D | ssl_local.h | 1015 int status_type; member 1626 int status_type; member
|
| H A D | ssl_lib.c | 820 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 D | gssapi.hin | 531 int, /* status_type */
|
| /src/crypto/krb5/src/lib/gssapi/spnego/ |
| H A D | spnego_mech.c | 1794 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 D | gssd.c | 1368 argp->status_value, argp->status_type, argp->mech_type, in gssd_display_status_1_svc()
|