Searched refs:custom_ext_find (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | extensions_cust.c | 81 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()
|
D | extensions.c | 439 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()
|
D | extensions_clnt.c | 1517 if (custom_ext_find(&s->cert->custext, role, in tls_parse_stoc_sct()
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 2642 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,
|