3909 "zfs send -D" does not work
[illumos-gate.git] / usr / src / common / net / wanboot / auxutil.h
blobc0b30540d55ed12059e5e6f3c814d9fa7d8e4361
1 /*
2 * Copyright 2002, 2003 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
6 #ifndef _AUXUTIL_H
7 #define _AUXUTIL_H
9 #pragma ident "%Z%%M% %I% %E% SMI"
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
15 #undef NULL
16 #define NULL ((void *) 0)
18 ASN1_BMPSTRING *asc2bmpstring(const char *, int);
20 uchar_t *utf82ascstr(ASN1_UTF8STRING *);
22 int set_results(STACK_OF(EVP_PKEY) **, STACK_OF(EVP_PKEY) **, STACK_OF(X509) **,
23 STACK_OF(X509) **, STACK_OF(X509) **, STACK_OF(X509) **,
24 STACK_OF(EVP_PKEY) **, STACK_OF(EVP_PKEY) **);
26 int find_attr(int, ASN1_STRING *, STACK_OF(EVP_PKEY) *, EVP_PKEY **,
27 STACK_OF(X509) *, X509 **);
29 int find_attr_by_nid(STACK_OF(X509_ATTRIBUTE) *, int);
31 int get_key_cert(int, STACK_OF(EVP_PKEY) *, EVP_PKEY **, STACK_OF(X509) *,
32 X509 **);
34 X509_ATTRIBUTE *type2attrib(ASN1_TYPE *, int);
36 ASN1_TYPE *attrib2type(X509_ATTRIBUTE *);
38 int move_certs(STACK_OF(X509) *, STACK_OF(X509) *);
40 int print_time(FILE *, ASN1_TIME *);
43 #ifdef __cplusplus
45 #endif
47 #endif /* _AUXUTIL_H */