| /src/crypto/external/apache2/openssl/dist/apps/ |
| req.c | 295 int ext_copy = EXT_COPY_UNSET; local 504 if (!set_ext_copy(&ext_copy, opt_arg())) { 560 if (ext_copy == EXT_COPY_NONE) 875 if (ext_copy == EXT_COPY_UNSET) { 878 } else if (!copy_extensions(new_x509, req, ext_copy)) {
|
| x509.c | 259 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) 289 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE 325 int ext_copy = EXT_COPY_UNSET; local 422 if (!set_ext_copy(&ext_copy, opt_arg())) { 814 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) { 835 if (req != NULL && ext_copy != EXT_COPY_UNSET) { 836 if (clrext && ext_copy != EXT_COPY_NONE) { 839 } else if (!copy_extensions(x, req, ext_copy)) { 956 if (clrext && ext_copy != EXT_COPY_NONE) [all...] |
| ca.c | 104 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 115 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 124 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 132 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 344 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; local 692 if (!set_ext_copy(&ext_copy, f)) { 977 ext_copy, dateopt); 998 ext_copy, dateopt); 1018 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); 1039 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt) [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| req.c | 247 int ext_copy = EXT_COPY_UNSET; local 442 if (!set_ext_copy(&ext_copy, opt_arg())) { 490 if (ext_copy == EXT_COPY_NONE) 832 if (ext_copy == EXT_COPY_UNSET) { 835 } else if (!copy_extensions(new_x509, req, ext_copy)) {
|
| x509.c | 193 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) 223 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE 259 int ext_copy = EXT_COPY_UNSET; local 355 if (!set_ext_copy(&ext_copy, opt_arg())) { 722 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) { 743 if (req != NULL && ext_copy != EXT_COPY_UNSET) { 744 if (clrext && ext_copy != EXT_COPY_NONE) { 747 } else if (!copy_extensions(x, req, ext_copy)) { 857 if (clrext && ext_copy != EXT_COPY_NONE) [all...] |
| ca.c | 102 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 113 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 122 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 130 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 293 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; local 656 if (!set_ext_copy(&ext_copy, f)) { 971 ext_copy, dateopt); 992 ext_copy, dateopt); 1012 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); 1033 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ca.c | 99 int default_op, int ext_copy, int selfsign); 107 unsigned long nameopt, int default_op, int ext_copy); 116 unsigned long nameopt, int default_op, int ext_copy); 124 int default_op, int ext_copy, int selfsign); 255 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; local 586 if (!set_ext_copy(&ext_copy, f)) { 877 ext_copy); 898 ext_copy); 917 certopt, get_nameopt(), default_op, ext_copy, selfsign); 936 certopt, get_nameopt(), default_op, ext_copy, selfsign) [all...] |