/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/ |
H A D | t07_ari3.s | 119 exts.w r1 ;17d1 120 exts.w @er1 ;7d9017d0 121 exts.w @(0x6:2,er1) ;0157691817d0 122 exts.w @er1+ ;01546d1817d0 123 exts.w @-er1 ;01576d1817d0 124 exts.w @+er1 ;01556d1817d0 125 exts.w @er1- ;01566d1817d0 137 exts.l er1 ;17f1 139 exts.l @(0xc:2,er1) ;0107691817f0 155 exts.l #2,er1 ;17e1 [all …]
|
H A D | h8300s.s | 137 exts.w r0 138 exts.l er1
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_v3.c | 73 if (exts == NULL) in X509v3_get_ext_count() 76 return sk_X509_EXTENSION_num(exts); in X509v3_get_ext_count() 133 return sk_X509_EXTENSION_value(exts, loc); in X509v3_get_ext() 140 return sk_X509_EXTENSION_delete(exts, loc); in X509v3_delete_ext() 147 STACK_OF(X509_EXTENSION) *exts = NULL; in STACK_OF() 160 if ((exts = *out_exts) == NULL) in STACK_OF() 161 exts = sk_X509_EXTENSION_new_null(); in STACK_OF() 162 if (exts == NULL) { in STACK_OF() 173 *out_exts = exts; in STACK_OF() 175 return exts; in STACK_OF() [all …]
|
H A D | x509_lib.c | 258 STACK_OF(X509_EXTENSION) *exts = *x509_exts; in X509V3_add1_i2d() 343 if (exts == NULL) in X509V3_add1_i2d() 344 exts = sk_X509_EXTENSION_new_null(); in X509V3_add1_i2d() 345 if (exts == NULL) in X509V3_add1_i2d() 348 if (!sk_X509_EXTENSION_push(exts, ext)) in X509V3_add1_i2d() 352 *x509_exts = exts; in X509V3_add1_i2d() 361 if (exts != *x509_exts) in X509V3_add1_i2d() 362 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509V3_add1_i2d()
|
H A D | x509_prn.c | 160 const STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) in X509V3_extensions_print() 164 if (sk_X509_EXTENSION_num(exts) <= 0) in X509V3_extensions_print() 172 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in X509V3_extensions_print() 175 ex = sk_X509_EXTENSION_value(exts, i); in X509V3_extensions_print()
|
H A D | x509_req.c | 209 X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, in X509_REQ_add_extensions_nid() argument 216 if ((extlen = i2d_X509_EXTENSIONS(exts, &ext)) <= 0) in X509_REQ_add_extensions_nid() 228 X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions() argument 230 return X509_REQ_add_extensions_nid(req, exts, NID_ext_req); in X509_REQ_add_extensions()
|
H A D | x509_purp.c | 356 STACK_OF(X509_EXTENSION) *exts = NULL; in x509_extension_oids_are_unique() 364 if ((exts = sk_X509_EXTENSION_dup(x509->cert_info->extensions)) == NULL) in x509_extension_oids_are_unique() 367 (void)sk_X509_EXTENSION_set_cmp_func(exts, x509_extension_oid_cmp); in x509_extension_oids_are_unique() 368 sk_X509_EXTENSION_sort(exts); in x509_extension_oids_are_unique() 370 prev_ext = sk_X509_EXTENSION_value(exts, 0); in x509_extension_oids_are_unique() 371 for (i = 1; i < sk_X509_EXTENSION_num(exts); i++) { in x509_extension_oids_are_unique() 372 curr_ext = sk_X509_EXTENSION_value(exts, i); in x509_extension_oids_are_unique() 382 sk_X509_EXTENSION_free(exts); in x509_extension_oids_are_unique()
|
H A D | x509_utl.c | 675 STACK_OF(X509_EXTENSION) *exts; in STACK_OF() 678 exts = X509_REQ_get_extensions(x); in STACK_OF() 679 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL); in STACK_OF() 682 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in STACK_OF()
|
/openbsd/regress/lib/libcrypto/x509/ |
H A D | x509req_ext.c | 82 X509_EXTENSIONS *exts; in main() local 105 if ((exts = sk_X509_EXTENSION_new_null()) == NULL) { in main() 109 if ((irc = X509_REQ_add_extensions_nid(req, exts, -1)) != 0) in main() 122 if ((irc = X509_REQ_add_extensions(req, exts)) != 1) in main() 124 sk_X509_EXTENSION_free(exts); in main() 140 if (exts == NULL) { in main() 144 if ((irc = sk_X509_EXTENSION_num(exts)) != 0) in main() 146 sk_X509_EXTENSION_free(exts); in main() 150 if ((exts = X509_REQ_get_extensions(req)) == NULL) { in main() 154 if ((irc = sk_X509_EXTENSION_num(exts)) != 0) in main() [all …]
|
H A D | x509_extensions_test.c | 702 STACK_OF(X509_EXTENSION) *exts = NULL; in test_x509v3_get_d2i_multiple_basic_constraints() 717 if ((exts = sk_X509_EXTENSION_new_null()) == NULL) in test_x509v3_get_d2i_multiple_basic_constraints() 723 if (sk_X509_EXTENSION_push(exts, ext) <= 0) in test_x509v3_get_d2i_multiple_basic_constraints() 730 if (sk_X509_EXTENSION_push(exts, ext) <= 0) in test_x509v3_get_d2i_multiple_basic_constraints() 737 if (sk_X509_EXTENSION_push(exts, ext) <= 0) in test_x509v3_get_d2i_multiple_basic_constraints() 763 if ((bc = X509V3_get_d2i(exts, nid, &crit, NULL)) != NULL) { in test_x509v3_get_d2i_multiple_basic_constraints() 781 if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) { in test_x509v3_get_d2i_multiple_basic_constraints() 812 if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) { in test_x509v3_get_d2i_multiple_basic_constraints() 843 if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) == NULL) { in test_x509v3_get_d2i_multiple_basic_constraints() 873 if ((bc = X509V3_get_d2i(exts, nid, &crit, &idx)) != NULL) { in test_x509v3_get_d2i_multiple_basic_constraints() [all …]
|
H A D | x509_asn1.c | 415 STACK_OF(X509_EXTENSION) *exts = NULL; in test_x509_req_setters() 460 if ((exts = sk_X509_EXTENSION_new_null()) == NULL) in test_x509_req_setters() 462 sk_X509_EXTENSION_push(exts, xe); in test_x509_req_setters() 463 if (!X509_REQ_add_extensions(ar, exts)) in test_x509_req_setters() 483 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in test_x509_req_setters()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/ |
H A D | File.pm | 73 if ( my $exts = $config->{extensions} ) { 74 my @exts = ref $exts eq 'ARRAY' ? @$exts : $exts; 75 return 0.9 if grep { lc($_) eq $file->{lc_ext} } @exts;
|
/openbsd/lib/libcrypto/asn1/ |
H A D | t_req.c | 105 STACK_OF(X509_EXTENSION) *exts = NULL; in X509_REQ_print_ex() 216 exts = X509_REQ_get_extensions(x); in X509_REQ_print_ex() 217 if (exts) { in X509_REQ_print_ex() 219 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in X509_REQ_print_ex() 223 ex = sk_X509_EXTENSION_value(exts, i); in X509_REQ_print_ex() 239 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509_REQ_print_ex() 240 exts = NULL; in X509_REQ_print_ex() 252 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509_REQ_print_ex()
|
H A D | x_crl.c | 201 STACK_OF(X509_EXTENSION) *exts; in crl_set_issuers() 238 exts = rev->extensions; in crl_set_issuers() 240 for (j = 0; j < sk_X509_EXTENSION_num(exts); j++) { in crl_set_issuers() 241 ext = sk_X509_EXTENSION_value(exts, j); in crl_set_issuers() 262 STACK_OF(X509_EXTENSION) *exts; in crl_cb() 306 exts = crl->crl->extensions; in crl_cb() 308 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++) { in crl_cb() 310 ext = sk_X509_EXTENSION_value(exts, idx); in crl_cb()
|
/openbsd/gnu/usr.bin/perl/lib/ExtUtils/ |
H A D | Embed.pm | 80 my @exts = @_; 83 foreach my $cname (canon('__', @exts)) { 92 my @exts = @_; 96 if @exts; 102 if @exts; 104 foreach my $pname (canon('/', @exts)) {
|
/openbsd/usr.sbin/acme-client/ |
H A D | keyproc.c | 90 STACK_OF(X509_EXTENSION) *exts = NULL; in keyproc() 181 if ((exts = sk_X509_EXTENSION_new_null()) == NULL) { in keyproc() 217 if (!add_ext(exts, nid, sans)) { in keyproc() 220 } else if (!X509_REQ_add_extensions(x, exts)) { in keyproc() 224 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in keyproc()
|
/openbsd/usr.bin/ssh/ |
H A D | sftp-client.c | 88 u_int exts; member 452 ret->exts = 0; in sftp_init() 496 ret->exts |= SFTP_EXT_STATVFS; in sftp_init() 500 ret->exts |= SFTP_EXT_FSTATVFS; in sftp_init() 504 ret->exts |= SFTP_EXT_HARDLINK; in sftp_init() 508 ret->exts |= SFTP_EXT_FSYNC; in sftp_init() 512 ret->exts |= SFTP_EXT_LSETSTAT; in sftp_init() 516 ret->exts |= SFTP_EXT_LIMITS; in sftp_init() 524 ret->exts |= SFTP_EXT_COPY_DATA; in sftp_init() 545 if (ret->exts & SFTP_EXT_LIMITS) { in sftp_init() [all …]
|
/openbsd/regress/usr.bin/ssh/unittests/sshkey/ |
H A D | test_sshkey.c | 51 struct sshbuf *ca_buf, *pk, *principals, *critopts, *exts; in build_cert() local 78 exts = sshbuf_new(); in build_cert() 79 ASSERT_PTR_NE(exts, NULL); in build_cert() 92 ASSERT_INT_EQ(sshbuf_put_stringb(b, exts), 0); /* extensions */ in build_cert() 101 sshbuf_free(exts); in build_cert()
|
/openbsd/gnu/usr.bin/perl/ext/ExtUtils-Miniperl/lib/ExtUtils/ |
H A D | Miniperl.pm | 33 my(@exts) = @_;
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Support/ |
H A D | write_extension_def.py | 14 output = ''.join(['HANDLE_EXTENSION(%s)\n' % ext for ext in args.exts])
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM_Unix.pm | 164 my @exts = qw(c cpp cxx cc); 168 for my $ext (@exts) { 919 my @exts; 921 @exts = $self->_xs_list_basenames; 923 @exts = '$(BASEEXT)'; 926 "BOOTSTRAP = @{[map { qq{$_.bs} } @exts]}\n", 927 map { $self->_xs_make_bs($_) } @exts; 972 my @exts = $self->_xs_list_basenames; 973 for my $ext (@exts) { 2261 my @exts = $self->_xs_list_basenames; [all …]
|
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | lvolume.c | 595 void markexts(block *vbm, ExtDataRec *exts) in markexts() argument 602 for (start = (*exts)[i].xdrStABN, in markexts() 603 len = (*exts)[i].xdrNumABlks; len--; ++start) in markexts()
|
/openbsd/lib/libssl/ |
H A D | ssl_tlsext.c | 903 CBB respid_list, respid, exts; in tlsext_ocsp_client_build() local 929 if (!CBB_add_u16_length_prefixed(cbb, &exts)) in tlsext_ocsp_client_build() 934 if (!CBB_add_space(&exts, &ext_data, ext_len)) in tlsext_ocsp_client_build() 948 CBS respid_list, respid, exts; in tlsext_ocsp_server_process() local 999 if (!CBS_get_u16_length_prefixed(cbs, &exts)) in tlsext_ocsp_server_process() 1001 if (CBS_len(&exts) > 0) { in tlsext_ocsp_server_process() 1004 p = CBS_data(&exts); in tlsext_ocsp_server_process() 1006 &p, CBS_len(&exts))) == NULL) in tlsext_ocsp_server_process()
|
/openbsd/lib/libcrypto/ts/ |
H A D | ts_rsp_sign.c | 714 STACK_OF(X509_EXTENSION) *exts = TS_REQ_get_exts(ctx->request); in TS_RESP_process_extensions() 718 for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i) { in TS_RESP_process_extensions() 719 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in TS_RESP_process_extensions()
|
/openbsd/lib/libcrypto/ocsp/ |
H A D | ocsp_ext.c | 367 ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts, unsigned char *val, int len) in ocsp_add1_nonce() argument 390 if (!X509V3_add1_i2d(exts, NID_id_pkix_OCSP_Nonce, &os, 0, in ocsp_add1_nonce()
|