Lines Matching defs:exts
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;
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,
753 if (!tls_parse_extension(s, i, context, exts, x, chainidx)) {
767 && !thisexd->final(s, context, exts[i].present)) {