Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dx509.c223 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE in x509_to_req()
744 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
857 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
Dreq.c490 if (ext_copy == EXT_COPY_NONE) in req_main()
Dca.c293 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main()
/third_party/openssl/apps/include/
Dapps.h302 # define EXT_COPY_NONE 0 macro
/third_party/openssl/apps/lib/
Dapps.c1197 *copy_type = EXT_COPY_NONE; in set_ext_copy()
1214 if (copy_type == EXT_COPY_NONE) in copy_extensions()