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

/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dcheck-common.h43 typedef int (ASN1CALL *generic_encode)(unsigned char *, size_t, void *, size_t *);
44 typedef int (ASN1CALL *generic_length)(void *);
45 typedef int (ASN1CALL *generic_decode)(unsigned char *, size_t, void *, size_t *);
46 typedef int (ASN1CALL *generic_free)(void *);
47 typedef int (ASN1CALL *generic_copy)(const void *, void *);
53 int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *),
54 int (ASN1CALL *length)(void *),
55 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
56 int (ASN1CALL *free_data)(void *),
58 int (ASN1CALL *cop
[all...]
H A Dasn1-common.h73 #define ASN1CALL __stdcall macro
76 #define ASN1CALL macro
H A Dcheck-common.c199 int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *),
200 int (ASN1CALL *length)(void *),
201 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
202 int (ASN1CALL *free_data)(void *),
204 int (ASN1CALL *copy)(const void *from, void *to))
357 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *))

Completed in 74 milliseconds