Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_copy.c49 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 Dapps.h108 int set_ext_copy(int *copy_type, const char *arg);
109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1197 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument
1200 *copy_type = EXT_COPY_NONE; in set_ext_copy()
1202 *copy_type = EXT_COPY_ADD; in set_ext_copy()
1204 *copy_type = EXT_COPY_ALL; in set_ext_copy()
1210 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument
1217 if (copy_type == EXT_COPY_NONE) in copy_extensions()
1229 if (copy_type == EXT_COPY_ADD) in copy_extensions()
/freebsd/crypto/heimdal/
H A DChangeLog.2000975 * lib/asn1/gen_copy.c (copy_type): add TUInteger