Searched refs:copy_type (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | gen_copy.c | 49 copy_type (const char *from, const char *to, const Type *t, int preserve) in copy_type() function 54 copy_type (from, to, t->symbol->type, preserve); in copy_type() 131 copy_type (fs, ts, m->type, FALSE); in copy_type() 178 copy_type(f, T, t->subtype, FALSE); in copy_type() 215 copy_type (from, to, t->subtype, preserve); in copy_type() 239 copy_type ("from", "to", s->type, preserve); in generate_type_copy()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | apps.h | 116 int set_ext_copy(int *copy_type, const char *arg); 117 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | apps.c | 1214 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument 1217 *copy_type = EXT_COPY_NONE; in set_ext_copy() 1219 *copy_type = EXT_COPY_ADD; in set_ext_copy() 1221 *copy_type = EXT_COPY_ALL; in set_ext_copy() 1227 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument 1234 if (copy_type == EXT_COPY_NONE) in copy_extensions() 1246 if (copy_type == EXT_COPY_ADD) in copy_extensions()
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2000 | 975 * lib/asn1/gen_copy.c (copy_type): add TUInteger
|