Home
last modified time | relevance | path

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

/openssl/apps/include/
H A Dapps.h116 int set_ext_copy(int *copy_type, const char *arg);
117 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/openssl/apps/lib/
H A Dapps.c1258 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument
1261 *copy_type = EXT_COPY_NONE; in set_ext_copy()
1263 *copy_type = EXT_COPY_ADD; in set_ext_copy()
1265 *copy_type = EXT_COPY_ALL; in set_ext_copy()
1271 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument
1278 if (copy_type == EXT_COPY_NONE) in copy_extensions()
1290 if (copy_type == EXT_COPY_ADD) in copy_extensions()

Completed in 21 milliseconds