Searched defs:copy_type (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Dapps.c1306 int set_ext_copy(int *copy_type, const char *arg) argument
1309 *copy_type = EXT_COPY_NONE;
1311 *copy_type = EXT_COPY_ADD;
1313 *copy_type = EXT_COPY_ALL;
1319 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) argument
1325 if (!x || !req || (copy_type == EXT_COPY_NONE))
1336 if (copy_type == EXT_COPY_ADD)

Completed in 42 milliseconds