Home
last modified time | relevance | path

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

/openssl-master/apps/include/
A Dapps.h107 int set_ext_copy(int *copy_type, const char *arg);
108 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/openssl-master/apps/lib/
A Dapps.c1183 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument
1186 *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() argument
1203 if (copy_type == EXT_COPY_NONE) in copy_extensions()
1215 if (copy_type == EXT_COPY_ADD) in copy_extensions()

Completed in 10 milliseconds