HomeSort by: relevance | last modified time | path
    Searched defs:exts (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_cust.c 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,
86 custom_ext_method *meth = exts->meths;
88 for (i = 0; i < exts->meths_count; i++, meth++) {
103 void custom_ext_init(custom_ext_methods *exts)
106 custom_ext_method *meth = exts->meths;
108 for (i = 0; i < exts->meths_count; i++, meth++)
118 custom_ext_methods *exts = &s->cert->custext; local
125 meth = custom_ext_find(exts, role, ext_type, NULL);
176 custom_ext_methods *exts = &s->cert->custext; local
181 for (i = 0; i < exts->meths_count; i++)
356 custom_ext_methods *exts = &ctx->cert->custext; local
    [all...]
extensions.c 419 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts)
434 for (thisext = exts, i = 0; i < num_exts; i++, thisext++) {
567 custom_ext_methods *exts = &s->cert->custext; local
580 num_exts = OSSL_NELEM(ext_defs) + (exts != NULL ? exts->meths_count : 0);
603 if (!verify_extension(s, context, type, exts, raw_extensions, &thisex)
683 * Runs the parser for a given extension with index |idx|. |exts| contains the
693 RAW_EXTENSION *exts, X509 *x, size_t chainidx)
695 RAW_EXTENSION *currext = &exts[idx];
742 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x
    [all...]
extensions_srvr.c 309 PACKET responder_id_list, exts; local
387 if (!PACKET_as_length_prefixed_2(pkt, &exts)) {
392 if (PACKET_remaining(&exts) > 0) {
393 const unsigned char *ext_data = PACKET_data(&exts);
395 sk_X509_EXTENSION_pop_free(s->ext.ocsp.exts,
397 s->ext.ocsp.exts =
398 d2i_X509_EXTENSIONS(NULL, &ext_data, (int)PACKET_remaining(&exts));
399 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) {
statem_clnt.c 2459 RAW_EXTENSION *exts = NULL; local
2549 SSL_EXT_TLS1_3_NEW_SESSION_TICKET, &exts,
2553 exts, NULL, 0, 1)) {
2617 OPENSSL_free(exts);
2625 OPENSSL_free(exts);
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_cust.c 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,
86 custom_ext_method *meth = exts->meths;
88 for (i = 0; i < exts->meths_count; i++, meth++) {
103 void custom_ext_init(custom_ext_methods *exts)
106 custom_ext_method *meth = exts->meths;
108 for (i = 0; i < exts->meths_count; i++, meth++)
118 custom_ext_methods *exts = &s->cert->custext; local
125 meth = custom_ext_find(exts, role, ext_type, NULL);
177 custom_ext_methods *exts = &s->cert->custext; local
182 for (i = 0; i < exts->meths_count; i++)
352 custom_ext_methods *exts = &ctx->cert->custext; local
    [all...]
extensions.c 415 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts)
430 for (thisext = exts, i = 0; i < num_exts; i++, thisext++) {
563 custom_ext_methods *exts = &s->cert->custext; local
576 num_exts = OSSL_NELEM(ext_defs) + (exts != NULL ? exts->meths_count : 0);
601 if (!verify_extension(s, context, type, exts, raw_extensions, &thisex)
682 * Runs the parser for a given extension with index |idx|. |exts| contains the
692 RAW_EXTENSION *exts, X509 *x, size_t chainidx)
694 RAW_EXTENSION *currext = &exts[idx];
741 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x
    [all...]
extensions_srvr.c 335 PACKET responder_id_list, exts; local
421 if (!PACKET_as_length_prefixed_2(pkt, &exts)) {
427 if (PACKET_remaining(&exts) > 0) {
428 const unsigned char *ext_data = PACKET_data(&exts);
430 sk_X509_EXTENSION_pop_free(s->ext.ocsp.exts,
432 s->ext.ocsp.exts =
433 d2i_X509_EXTENSIONS(NULL, &ext_data, (int)PACKET_remaining(&exts));
434 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) {
statem_clnt.c 2585 RAW_EXTENSION *exts = NULL; local
2684 SSL_EXT_TLS1_3_NEW_SESSION_TICKET, &exts,
2688 exts, NULL, 0, 1)) {
2747 OPENSSL_free(exts);
2754 OPENSSL_free(exts);
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_cust.c 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,
86 custom_ext_method *meth = exts->meths;
88 for (i = 0; i < exts->meths_count; i++, meth++) {
103 void custom_ext_init(custom_ext_methods *exts)
106 custom_ext_method *meth = exts->meths;
108 for (i = 0; i < exts->meths_count; i++, meth++)
119 custom_ext_methods *exts = &s->cert->custext; local
126 meth = custom_ext_find(exts, role, ext_type, NULL);
176 custom_ext_methods *exts = &s->cert->custext; local
182 for (i = 0; i < exts->meths_count; i++)
    [all...]
extensions.c 415 RAW_EXTENSION *exts)
430 for (thisext = exts, i = 0; i < num_exts; i++, thisext++) {
565 custom_ext_methods *exts = &s->cert->custext; local
578 num_exts = OSSL_NELEM(ext_defs) + (exts != NULL ? exts->meths_count : 0);
600 if (!verify_extension(s, context, type, exts, raw_extensions, &thisex)
678 * Runs the parser for a given extension with index |idx|. |exts| contains the
688 RAW_EXTENSION *exts, X509 *x, size_t chainidx)
690 RAW_EXTENSION *currext = &exts[idx];
739 RAW_EXTENSION *exts, X509 *x
    [all...]
extensions_srvr.c 333 PACKET responder_id_list, exts; local
411 if (!PACKET_as_length_prefixed_2(pkt, &exts)) {
416 if (PACKET_remaining(&exts) > 0) {
417 const unsigned char *ext_data = PACKET_data(&exts);
419 sk_X509_EXTENSION_pop_free(s->ext.ocsp.exts,
421 s->ext.ocsp.exts = d2i_X509_EXTENSIONS(NULL, &ext_data, (int)PACKET_remaining(&exts));
422 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) {
statem_clnt.c 2732 RAW_EXTENSION *exts = NULL; local
2824 SSL_EXT_TLS1_3_NEW_SESSION_TICKET, &exts,
2828 exts, NULL, 0, 1)) {
2894 OPENSSL_free(exts);
2902 OPENSSL_free(exts);
  /src/crypto/external/bsd/openssl/dist/test/
cmp_ctx_test.c 209 X509_EXTENSIONS *exts = NULL; local
221 || !TEST_ptr(exts = sk_X509_EXTENSION_new_null())
222 || !TEST_true(sk_X509_EXTENSION_push(exts, ext))
223 || !TEST_true(OSSL_CMP_CTX_set0_reqExtensions(ctx, exts))) {
225 sk_X509_EXTENSION_free(exts);
229 ext = sk_X509_EXTENSION_pop(exts);
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_msg.c 312 X509_EXTENSIONS *exts = NULL; local
356 && (exts = X509_REQ_get_extensions(ctx->p10CSR)) == NULL)
362 && !add1_extension(&exts, NID_subject_alt_name, crit, default_sans))
365 && X509v3_add_extensions(&exts, ctx->reqExtensions) == NULL)
368 && !add1_extension(&exts, NID_subject_alt_name,
372 && !add1_extension(&exts, NID_certificate_policies,
375 if (!OSSL_CRMF_MSG_set0_extensions(crm, exts))
377 exts = NULL;
401 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
  /src/crypto/external/apache2/openssl/dist/test/
cmp_ctx_test.c 223 X509_EXTENSIONS *exts = NULL; local
235 || !TEST_ptr(exts = sk_X509_EXTENSION_new_null())
236 || !TEST_true(sk_X509_EXTENSION_push(exts, ext))
237 || !TEST_true(OSSL_CMP_CTX_set0_reqExtensions(ctx, exts))) {
239 sk_X509_EXTENSION_free(exts);
243 ext = sk_X509_EXTENSION_pop(exts);
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_msg.c 123 const STACK_OF(X509_EXTENSION) *exts)
130 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) {
131 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
287 X509_EXTENSIONS *exts = NULL; local
326 && (exts = X509_REQ_get_extensions(ctx->p10CSR)) == NULL)
332 && !add1_extension(&exts, NID_subject_alt_name, crit, default_sans))
335 && !add_extensions(&exts, ctx->reqExtensions))
338 && !add1_extension(&exts, NID_subject_alt_name,
342 && !add1_extension(&exts, NID_certificate_policies,
345 if (!OSSL_CRMF_MSG_set0_extensions(crm, exts))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-ld.c 184 const char *exts[3];
190 exts[0] = ".a";
191 exts[1] = ".olb";
192 exts[2] = ".exe";
196 exts[0] = ".exe";
197 exts[1] = ".a";
198 exts[2] = ".olb";
219 strcpy (buf + l, exts[j]);
183 const char *exts[3]; local
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-ld.c 184 const char *exts[3];
190 exts[0] = ".a";
191 exts[1] = ".olb";
192 exts[2] = ".exe";
196 exts[0] = ".exe";
197 exts[1] = ".a";
198 exts[2] = ".olb";
219 strcpy (buf + l, exts[j]);
183 const char *exts[3]; local
  /src/crypto/external/bsd/openssh/dist/
ssh-add.c 241 char **exts = NULL; local
244 if ((r = ssh_agent_query_extensions(agent_fd, &exts)) != 0)
246 for (i = 0; exts != NULL && exts[i] != NULL; i++)
247 puts(exts[i]);
248 stringlist_free(exts);
sftp-client.c 93 u_int exts; member in struct:sftp_conn
457 ret->exts = 0;
497 ret->exts |= SFTP_EXT_POSIX_RENAME;
501 ret->exts |= SFTP_EXT_STATVFS;
505 ret->exts |= SFTP_EXT_FSTATVFS;
509 ret->exts |= SFTP_EXT_HARDLINK;
513 ret->exts |= SFTP_EXT_FSYNC;
517 ret->exts |= SFTP_EXT_LSETSTAT;
521 ret->exts |= SFTP_EXT_LIMITS;
525 ret->exts |= SFTP_EXT_PATH_EXPAND
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elfxx-riscv.c 3389 const struct riscv_supported_ext *exts = riscv_all_supported_ext[i]; local
3391 for (j = 0; exts[j].name != NULL; j++)
3393 cur = &exts[j];
3415 prev = &exts[j];
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-riscv.c 3362 const struct riscv_supported_ext *exts = riscv_all_supported_ext[i]; local
3364 for (j = 0; exts[j].name != NULL; j++)
3366 cur = &exts[j];
3388 prev = &exts[j];
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-riscv.c 3098 const struct riscv_supported_ext *exts = riscv_all_supported_ext[i]; local
3100 for (j = 0; exts[j].name != NULL; j++)
3102 cur = &exts[j];
3124 prev = &exts[j];
  /src/external/gpl3/gdb/dist/bfd/
elfxx-riscv.c 3362 const struct riscv_supported_ext *exts = riscv_all_supported_ext[i]; local
3364 for (j = 0; exts[j].name != NULL; j++)
3366 cur = &exts[j];
3388 prev = &exts[j];
  /src/crypto/external/bsd/openssl.old/dist/apps/
x509.c 46 static int print_x509v3_exts(BIO *bio, X509 *x, const char *exts);
168 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL, *exts = NULL; local
385 exts = opt_arg();
850 print_x509v3_exts(out, x, exts);
1143 const STACK_OF(X509_EXTENSION) *exts = NULL;
1151 exts = X509_get0_extensions(x);
1152 if ((num = sk_X509_EXTENSION_num(exts)) <= 0) {
1170 ext = sk_X509_EXTENSION_value(exts, i);

Completed in 54 milliseconds

1 2