Searched refs:meths (Results 1 – 7 of 7) sorted by relevance
86 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()257 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags()279 dst->meths = in custom_exts_copy()280 OPENSSL_memdup(src->meths, in custom_exts_copy()281 sizeof(*src->meths) * src->meths_count); in custom_exts_copy()282 if (dst->meths == NULL) in custom_exts_copy()287 custom_ext_method *methsrc = src->meths + i; in custom_exts_copy()288 custom_ext_method *methdst = dst->meths + i; in custom_exts_copy()[all …]
464 custom_ext_methods *meths, RAW_EXTENSION *rawexlist, in verify_extension() argument482 if (meths != NULL) { in verify_extension()492 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
310 const PROV_CIPHER_HW_AES_HMAC_SHA *meths, in base_init() argument316 &meths->base, provctx); in base_init()
1987 *meths) in STACK_OF()1989 return meths; in STACK_OF()2005 *meths) in STACK_OF()2008 ssl_comp_methods = meths; in STACK_OF()
2000 custom_ext_method *meths; member2798 void custom_ext_init(custom_ext_methods *meths);
2244 *meths);
2172 *meths);