Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/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()
186 meth = exts->meths + i; in custom_ext_add()
255 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags()
277 dst->meths = in custom_exts_copy()
278 OPENSSL_memdup(src->meths, in custom_exts_copy()
280 if (dst->meths == NULL) in custom_exts_copy()
333 OPENSSL_free(exts->meths); in custom_exts_free()
388 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
393 exts->meths = tmp; in add_custom_ext_intern()
[all …]
H A Dextensions.c460 custom_ext_methods *meths, RAW_EXTENSION *rawexlist, in verify_extension() argument
478 if (meths != NULL) { in verify_extension()
488 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
/netbsd/crypto/external/bsd/openssl/dist/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()
252 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags()
274 dst->meths = in custom_exts_copy()
275 OPENSSL_memdup(src->meths, in custom_exts_copy()
277 if (dst->meths == NULL) in custom_exts_copy()
330 OPENSSL_free(exts->meths); in custom_exts_free()
385 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
390 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()
/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c1923 *meths) in STACK_OF()
1925 return meths; in STACK_OF()
1941 *meths) in STACK_OF()
1944 ssl_comp_methods = meths; in STACK_OF()
H A Dssl_local.h1874 custom_ext_method *meths; member
2647 void custom_ext_init(custom_ext_methods *meths);
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c1986 *meths) in STACK_OF()
1988 return meths; in STACK_OF()
2004 *meths) in STACK_OF()
2007 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);
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h2095 *meths);
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in2172 *meths);