Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_cust.c266 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags() local
268 for (i = 0; i < src->meths_count; i++, methsrc++) { in custom_exts_copy_flags()
269 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags()
270 methsrc->ext_type, NULL); in custom_exts_copy_flags()
275 methdst->ext_flags = methsrc->ext_flags; in custom_exts_copy_flags()
296 custom_ext_method *methsrc = src->meths + i; in custom_exts_copy() local
299 if (methsrc->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_copy()
313 methdst->add_arg = OPENSSL_memdup(methsrc->add_arg, in custom_exts_copy()
315 methdst->parse_arg = OPENSSL_memdup(methsrc->parse_arg, in custom_exts_copy()

Completed in 6 milliseconds