Searched refs:custom_exts_copy (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_ext.c183 int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src) function
H A Dssl_cert.c387 if (!custom_exts_copy(&ret->cli_ext, &cert->cli_ext))
389 if (!custom_exts_copy(&ret->srv_ext, &cert->srv_ext))
H A Dssl_locl.h1473 int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_ext.c183 int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src) function
H A Dssl_cert.c387 if (!custom_exts_copy(&ret->cli_ext, &cert->cli_ext))
389 if (!custom_exts_copy(&ret->srv_ext, &cert->srv_ext))
H A Dssl_locl.h1473 int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src);

Completed in 111 milliseconds