Searched refs:copy_type (Results 1 – 2 of 2) sorted by relevance
107 int set_ext_copy(int *copy_type, const char *arg);108 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
1183 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument1186 *copy_type = EXT_COPY_NONE; in set_ext_copy()1188 *copy_type = EXT_COPY_ADD; in set_ext_copy()1190 *copy_type = EXT_COPY_ALL; in set_ext_copy()1196 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument1203 if (copy_type == EXT_COPY_NONE) in copy_extensions()1215 if (copy_type == EXT_COPY_ADD) in copy_extensions()
Completed in 10 milliseconds