| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| display_status.c | 42 int status_type,
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| display_status.c | 146 int status_type, 166 if (status_type == GSS_C_GSS_CODE) { 174 } else if (status_type == GSS_C_MECH_CODE) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_display_status.c | 143 * @param status_type One of: 160 int status_type, 170 major_status = _gss_mg_get_error(mech_type, status_type, 180 switch (status_type) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_add_store_cred.c | 49 print_gss_err(OM_uint32 stat, int status_type, gss_OID mech) 58 maj = gss_display_status(&min, stat, status_type, mech, &msg_ctx, 62 status_type == GSS_C_GSS_CODE ? "major" : "minor", 69 status_type == GSS_C_GSS_CODE ? "major" : "minor",
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans.cc | 824 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; local 829 fold_build2_loc (input_location, MODIFY_EXPR, status_type, 830 status, build_int_cst (status_type, 0))); 851 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status, 852 build_int_cst (status_type, LIBERROR_NO_MEMORY)); 1083 tree status_type = TREE_TYPE (status); local 1085 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type, 1086 status, build_int_cst (status_type, LIBERROR_ALLOCATION)); 1800 tree status_type = NULL_TREE; local 1881 status_type = TREE_TYPE (TREE_TYPE (status)) 1930 tree status_type = TREE_TYPE (TREE_TYPE (status)); local 2057 tree status_type = TREE_TYPE (TREE_TYPE (status)); local 2112 tree status_type = TREE_TYPE (TREE_TYPE (status)); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans.cc | 787 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; local 792 fold_build2_loc (input_location, MODIFY_EXPR, status_type, 793 status, build_int_cst (status_type, 0))); 809 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status, 810 build_int_cst (status_type, LIBERROR_ALLOCATION)); 1037 tree status_type = TREE_TYPE (status); local 1039 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type, 1040 status, build_int_cst (status_type, LIBERROR_ALLOCATION)); 1419 tree status_type = NULL_TREE; local 1492 status_type = TREE_TYPE (TREE_TYPE (status)) 1523 tree status_type = TREE_TYPE (TREE_TYPE (status)); local 1649 tree status_type = TREE_TYPE (TREE_TYPE (status)); local 1694 tree status_type = TREE_TYPE (TREE_TYPE (status)); local [all...] |
| /src/external/bsd/wpa/dist/src/tls/ |
| tlsv1_server_read.c | 53 u8 status_type; local 61 * CertificateStatusType status_type; 63 * select (status_type) { 75 status_type = *pos++; 76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type); 77 if (status_type != 1 && status_type != 2) 85 if (status_type == 2)
|
| tlsv1_client_read.c | 829 u8 type, status_type; local 882 * CertificateStatusType status_type; 883 * select (status_type) { 894 status_type = *pos++; 895 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatus status_type %u", 896 status_type); 898 if (status_type == 1 /* ocsp */) { 901 } else if (status_type == 2 /* ocsp_multi */) {
|
| /src/external/bsd/wpa/dist/src/ap/ |
| accounting.c | 36 int status_type) 54 status_type)) {
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| extensions_srvr.c | 319 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { 324 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { 328 s->ext.status_type = TLSEXT_STATUSTYPE_nothing;
|
| extensions_clnt.c | 332 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) 1400 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) {
|
| extensions.c | 1083 s->ext.status_type = TLSEXT_STATUSTYPE_nothing;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| extensions_srvr.c | 345 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { 351 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { 355 s->ext.status_type = TLSEXT_STATUSTYPE_nothing;
|
| extensions_clnt.c | 316 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) 1455 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) {
|
| extensions.c | 1091 s->ext.status_type = TLSEXT_STATUSTYPE_nothing;
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| extensions_srvr.c | 343 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { 348 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { 352 s->ext.status_type = TLSEXT_STATUSTYPE_nothing;
|
| extensions_clnt.c | 374 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) 1505 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) {
|
| extensions.c | 1086 s->ext.status_type = TLSEXT_STATUSTYPE_nothing;
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| s3_lib.c | 3521 ret = s->ext.status_type; 3525 s->ext.status_type = larg; 3856 return ctx->ext.status_type; 3859 ctx->ext.status_type = larg;
|
| ssl_local.h | 1059 int status_type; member in struct:ssl_ctx_st::__anon1656 1589 int status_type; member in struct:ssl_st::__anon1660 2143 * Dummy status type for the status_type extension. Indicates no status type
|
| ssl_lib.c | 778 s->ext.status_type = ctx->ext.status_type; 3405 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| s3_lib.c | 3507 ret = s->ext.status_type; 3511 s->ext.status_type = larg; 3869 return ctx->ext.status_type; 3872 ctx->ext.status_type = larg;
|
| ssl_local.h | 942 int status_type; member in struct:ssl_ctx_st::__anon2192 1273 int status_type; member in struct:ssl_st::__anon2194 2018 * Dummy status type for the status_type extension. Indicates no status type
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| s3_lib.c | 4057 ret = sc->ext.status_type; 4061 sc->ext.status_type = larg; 4429 return ctx->ext.status_type; 4432 ctx->ext.status_type = larg;
|
| ssl_local.h | 1015 int status_type; member in struct:ssl_ctx_st::__anon625 1626 int status_type; member in struct:ssl_connection_st::__anon629 2203 * Dummy status type for the status_type extension. Indicates no status type
|