Searched refs:meths (Results 1 – 6 of 6) 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()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 …]
509 unsigned int type, custom_ext_methods *meths, in verify_extension() argument527 if (meths != NULL) { in verify_extension()537 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()
1967 *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()
2041 custom_ext_method *meths; member2919 void custom_ext_init(custom_ext_methods *meths);
2226 *meths);
Completed in 63 milliseconds