Searched refs:meths (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | extensions_cust.c | 86 custom_ext_method *meth = exts->meths; in custom_ext_find() 106 custom_ext_method *meth = exts->meths; in custom_ext_init() 186 meth = exts->meths + i; in custom_ext_add() 260 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags() 307 dst->meths = OPENSSL_memdup(src->meths, in custom_exts_copy() 308 sizeof(*src->meths) * src->meths_count); in custom_exts_copy() 309 if (dst->meths == NULL) in custom_exts_copy() 314 custom_ext_copy_old_cb(&dst->meths[i], &src->meths[i], &err); in custom_exts_copy() 336 if ((src->meths[i].ext_flags & SSL_EXT_FLAG_CONN) != 0) in custom_exts_copy_conn() 340 custom_ext_method *methdst = OPENSSL_realloc(dst->meths, in custom_exts_copy_conn() [all …]
|
| H A D | extensions.c | 460 unsigned int type, custom_ext_methods *meths, in verify_extension() argument 478 if (meths != NULL) { in verify_extension() 488 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha.c | 308 const PROV_CIPHER_HW_AES_HMAC_SHA *meths, in base_init() argument 314 &meths->base, provctx); in base_init()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_ciph.c | 1954 *meths) in STACK_OF() 1956 return meths; in STACK_OF() 1978 *meths) in STACK_OF() 1986 old_meths = meths; in STACK_OF() 1989 *comp_methods = meths; in STACK_OF()
|
| H A D | ssl_local.h | 2075 custom_ext_method *meths; member 2984 void custom_ext_init(custom_ext_methods *meths);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2294 *meths);
|
| H A D | ssl.h.in | 2247 *meths);
|