Home
last modified time | relevance | path

Searched refs:custom_ext_method (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dextensions_cust.c81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find()
86 custom_ext_method *meth = exts->meths; in custom_ext_find()
106 custom_ext_method *meth = exts->meths; in custom_ext_init()
119 custom_ext_method *meth; in custom_ext_parse()
177 custom_ext_method *meth; in custom_ext_add()
254 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags()
257 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags()
284 custom_ext_method *methsrc = src->meths + i; in custom_exts_copy()
285 custom_ext_method *methdst = dst->meths + i; in custom_exts_copy()
322 custom_ext_method *meth; in custom_exts_free()
[all …]
H A Dextensions.c433 custom_ext_method *meth = NULL; in tls_validate_all_contexts()
477 custom_ext_method *meth = NULL; in verify_extension()
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_locl.h1859 } custom_ext_method; typedef
1875 custom_ext_method *meths;
2643 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,