Home
last modified time | relevance | path

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

/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()
187 meth = exts->meths + i; in custom_ext_add()
288 dst->meths = in custom_exts_copy()
289 OPENSSL_memdup(src->meths, in custom_exts_copy()
291 if (dst->meths == NULL) in custom_exts_copy()
344 OPENSSL_free(exts->meths); in custom_exts_free()
345 exts->meths = NULL; in custom_exts_free()
404 tmp = OPENSSL_realloc(exts->meths, in ossl_tls_add_custom_ext_intern()
409 exts->meths = tmp; in ossl_tls_add_custom_ext_intern()
[all …]
H A Dextensions.c509 unsigned int type, custom_ext_methods *meths, in verify_extension() argument
527 if (meths != NULL) { in verify_extension()
537 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
/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()
/openssl/ssl/
H A Dssl_ciph.c1967 *meths) in STACK_OF()
1969 return meths; in STACK_OF()
1991 *meths) in STACK_OF()
1999 old_meths = meths; in STACK_OF()
2002 *comp_methods = meths; in STACK_OF()
H A Dssl_local.h2041 custom_ext_method *meths; member
2919 void custom_ext_init(custom_ext_methods *meths);
/openssl/include/openssl/
H A Dssl.h.in2226 *meths);

Completed in 63 milliseconds