/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
H A D | test_add_store_cred.c | 49 print_gss_err(OM_uint32 stat, int status_type, gss_OID mech) in print_gss_err() argument 58 maj = gss_display_status(&min, stat, status_type, mech, &msg_ctx, in print_gss_err() 62 status_type == GSS_C_GSS_CODE ? "major" : "minor", in print_gss_err() 69 status_type == GSS_C_GSS_CODE ? "major" : "minor", in print_gss_err()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 787 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; in gfc_allocate_using_malloc() local 792 fold_build2_loc (input_location, MODIFY_EXPR, status_type, in gfc_allocate_using_malloc() 793 status, build_int_cst (status_type, 0))); in gfc_allocate_using_malloc() 809 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status, in gfc_allocate_using_malloc() 810 build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_allocate_using_malloc() 1037 tree status_type = TREE_TYPE (status); in gfc_allocate_allocatable() local 1039 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type, in gfc_allocate_allocatable() 1040 status, build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_allocate_allocatable() 1419 tree status_type = NULL_TREE; in gfc_deallocate_with_status() local 1492 status_type = TREE_TYPE (TREE_TYPE (status)); in gfc_deallocate_with_status() [all …]
|
H A D | trans-array.cc | 6194 tree status_type = TREE_TYPE (status); in gfc_array_allocate() local 6199 build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_array_allocate()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 714 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; in gfc_allocate_using_malloc() local 719 fold_build2_loc (input_location, MODIFY_EXPR, status_type, in gfc_allocate_using_malloc() 720 status, build_int_cst (status_type, 0))); in gfc_allocate_using_malloc() 736 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status, in gfc_allocate_using_malloc() 737 build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_allocate_using_malloc() 964 tree status_type = TREE_TYPE (status); in gfc_allocate_allocatable() local 966 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type, in gfc_allocate_allocatable() 967 status, build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_allocate_allocatable() 1346 tree status_type = NULL_TREE; in gfc_deallocate_with_status() local 1419 status_type = TREE_TYPE (TREE_TYPE (status)); in gfc_deallocate_with_status() [all …]
|
H A D | trans-array.c | 6084 tree status_type = TREE_TYPE (status); in gfc_array_allocate() local 6089 build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_array_allocate()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
H A D | gss_display_status.c | 160 int status_type, in gss_display_status() argument 170 major_status = _gss_mg_get_error(mech_type, status_type, in gss_display_status() 180 switch (status_type) { in gss_display_status()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
H A D | display_status.c | 146 int status_type, in _gsskrb5_display_status() argument 166 if (status_type == GSS_C_GSS_CODE) { in _gsskrb5_display_status() 174 } else if (status_type == GSS_C_MECH_CODE) { in _gsskrb5_display_status()
|
/netbsd-src/external/bsd/wpa/dist/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()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
H A D | display_status.c | 42 int status_type, in _gss_ntlm_display_status() argument
|
/netbsd-src/external/bsd/wpa/dist/src/ap/ |
H A D | accounting.c | 36 int status_type) in accounting_msg() argument 54 status_type)) { in accounting_msg()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | extensions_srvr.c | 345 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { in tls_parse_ctos_status_request() 351 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_ctos_status_request() 355 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in tls_parse_ctos_status_request()
|
H A D | extensions_clnt.c | 316 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) in tls_construct_ctos_status_request() 1455 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_stoc_status_request()
|
H A D | extensions.c | 1091 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
|
H A D | statem_srvr.c | 2126 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && s->ctx != NULL in tls_handle_status_request() 4204 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
|
H A D | statem_clnt.c | 2829 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | s3_lib.c | 3507 ret = s->ext.status_type; in ssl3_ctrl() 3511 s->ext.status_type = larg; in ssl3_ctrl() 3869 return ctx->ext.status_type; in ssl3_ctx_ctrl() 3872 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
|
H A D | ssl_local.h | 942 int status_type; member 1273 int status_type; member
|
H A D | ssl_lib.c | 769 s->ext.status_type = ctx->ext.status_type; in SSL_new() 3177 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing; in SSL_CTX_new()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | s3_lib.c | 3521 ret = s->ext.status_type; in ssl3_ctrl() 3525 s->ext.status_type = larg; in ssl3_ctrl() 3856 return ctx->ext.status_type; in ssl3_ctx_ctrl() 3859 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
|
H A D | ssl_local.h | 1059 int status_type; member 1589 int status_type; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | statem_srvr.c | 2070 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && s->ctx != NULL in tls_handle_status_request() 4040 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
|
H A D | statem_clnt.c | 2696 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
|