Searched refs:copy_type (Results 1 – 2 of 2) sorted by relevance
116 int set_ext_copy(int *copy_type, const char *arg);117 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
1258 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument1261 *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() argument1278 if (copy_type == EXT_COPY_NONE) in copy_extensions()1290 if (copy_type == EXT_COPY_ADD) in copy_extensions()
Completed in 21 milliseconds