Home
last modified time | relevance | path

Searched refs:custom_ext_find (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/statem/
Dextensions_cust.c81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find() function
125 meth = custom_ext_find(exts, role, ext_type, NULL); in custom_ext_parse()
258 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags()
339 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type, in SSL_CTX_has_client_custom_ext()
386 if (custom_ext_find(exts, role, ext_type, NULL)) in add_custom_ext_intern()
Dextensions.c439 meth = custom_ext_find(&s->cert->custext, role, thisext->type, in tls_validate_all_contexts()
488 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
Dextensions_clnt.c1517 if (custom_ext_find(&s->cert->custext, role, in tls_parse_stoc_sct()
/third_party/openssl/ssl/
Dssl_local.h2642 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,