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.h116 int set_ext_copy(int *copy_type, const char *arg);
/freebsd/crypto/openssl/apps/
H A Dx509.c422 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main()
H A Dreq.c504 if (!set_ext_copy(&ext_copy, opt_arg())) { in req_main()
H A Dca.c692 if (!set_ext_copy(&ext_copy, f)) { in ca_main()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1214 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() function