Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dextensions_cust.c257 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags() local
260 if (methdst == NULL) in custom_exts_copy_flags()
263 methdst->ext_flags = methsrc->ext_flags; in custom_exts_copy_flags()
285 custom_ext_method *methdst = dst->meths + i; in custom_exts_copy() local
296 methdst->add_arg = NULL; in custom_exts_copy()
297 methdst->parse_arg = NULL; in custom_exts_copy()
301 methdst->add_arg = OPENSSL_memdup(methsrc->add_arg, in custom_exts_copy()
303 methdst->parse_arg = OPENSSL_memdup(methsrc->parse_arg, in custom_exts_copy()
306 if (methdst->add_arg == NULL || methdst->parse_arg == NULL) in custom_exts_copy()