Searched refs:ASN1CALL (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.h45 typedef int (ASN1CALL *generic_encode)(unsigned char *, size_t, void *, size_t *);
46 typedef int (ASN1CALL *generic_length)(void *);
47 typedef int (ASN1CALL *generic_decode)(unsigned char *, size_t, void *, size_t *);
48 typedef int (ASN1CALL *generic_free)(void *);
49 typedef int (ASN1CALL *generic_copy)(const void *, void *);
55 int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *),
56 int (ASN1CALL *length)(void *),
57 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
58 int (ASN1CALL *free_data)(void *),
60 int (ASN1CALL *cop
[all...]
H A Dasn1-common.h75 #define ASN1CALL __stdcall macro
78 #define ASN1CALL macro
H A Dcheck-common.c201 int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *),
202 int (ASN1CALL *length)(void *),
203 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
204 int (ASN1CALL *free_data)(void *),
206 int (ASN1CALL *copy)(const void *from, void *to))
359 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *))

Completed in 104 milliseconds