Searched refs:custom_ext_find (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ssl/statem/ |
H A 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() 260 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags() 343 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type, in SSL_CTX_has_client_custom_ext() 390 if (custom_ext_find(exts, role, ext_type, NULL)) in add_custom_ext_intern()
|
H A D | extensions.c | 443 meth = custom_ext_find(&s->cert->custext, role, thisext->type, in tls_validate_all_contexts() 492 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
|
H A D | extensions_clnt.c | 1470 if (custom_ext_find(&s->cert->custext, role, in tls_parse_stoc_sct()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 2794 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,
|