Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_cust.c260 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role, in custom_exts_copy_flags() local
263 if (methdst == NULL) in custom_exts_copy_flags()
266 methdst->ext_flags = methsrc->ext_flags; in custom_exts_copy_flags()
288 custom_ext_method *methdst = dst->meths + i; in custom_exts_copy() local
299 methdst->add_arg = NULL; in custom_exts_copy()
300 methdst->parse_arg = NULL; in custom_exts_copy()
304 methdst->add_arg = OPENSSL_memdup(methsrc->add_arg, in custom_exts_copy()
306 methdst->parse_arg = OPENSSL_memdup(methsrc->parse_arg, in custom_exts_copy()
309 if (methdst->add_arg == NULL || methdst->parse_arg == NULL) in custom_exts_copy()