Home
last modified time | relevance | path

Searched refs:meths (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_cust.c86 custom_ext_method *meth = exts->meths; in custom_ext_find()
106 custom_ext_method *meth = exts->meths; in custom_ext_init()
185 meth = exts->meths + i; in custom_ext_add()
279 dst->meths = in custom_exts_copy()
280 OPENSSL_memdup(src->meths, in custom_exts_copy()
282 if (dst->meths == NULL) in custom_exts_copy()
335 OPENSSL_free(exts->meths); in custom_exts_free()
336 exts->meths = NULL; in custom_exts_free()
392 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
397 exts->meths = tmp; in add_custom_ext_intern()
[all …]
H A Dextensions.c464 custom_ext_methods *meths, RAW_EXTENSION *rawexlist, in verify_extension() argument
482 if (meths != NULL) { in verify_extension()
492 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c310 const PROV_CIPHER_HW_AES_HMAC_SHA *meths, in base_init() argument
316 &meths->base, provctx); in base_init()
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c1987 *meths) in STACK_OF()
1989 return meths; in STACK_OF()
2005 *meths) in STACK_OF()
2008 ssl_comp_methods = meths; in STACK_OF()
H A Dssl_local.h2000 custom_ext_method *meths; member
2798 void custom_ext_init(custom_ext_methods *meths);
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2244 *meths);
H A Dssl.h.in2172 *meths);