Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Dapps.h108 int set_ext_copy(int *copy_type, const char *arg);
/freebsd/crypto/openssl/apps/
H A Dx509.c355 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main()
H A Dreq.c442 if (!set_ext_copy(&ext_copy, opt_arg())) { in req_main()
H A Dca.c656 if (!set_ext_copy(&ext_copy, f)) { in ca_main()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1197 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() function