Searched refs:heim_any_set (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | heim_asn1.h | 44 const heim_any_set *, size_t *); 46 heim_any_set *,size_t *); 47 void free_heim_any_set(heim_any_set *); 48 size_t length_heim_any_set(const heim_any_set *); 49 int copy_heim_any_set(const heim_any_set *, heim_any_set *); 50 int heim_any_cmp(const heim_any_set *, const heim_any_set *);
|
H A D | extra.c | 107 const heim_any_set *data, size_t *size) in encode_heim_any_set() 114 heim_any_set *data, size_t *size) in decode_heim_any_set() 120 free_heim_any_set(heim_any_set *data) in free_heim_any_set() 132 copy_heim_any_set(const heim_any_set *from, heim_any_set *to) in copy_heim_any_set() 138 heim_any_cmp(const heim_any_set *p, const heim_any_set *q) in heim_any_cmp()
|
H A D | der-protos.h | 18 const heim_any_set */*from*/, 19 heim_any_set */*to*/); 32 heim_any_set */*data*/, 654 const heim_any_set */*data*/, 661 free_heim_any_set (heim_any_set */*data*/); 665 const heim_any_set */*p*/, 666 const heim_any_set */*q*/);
|
H A D | pkcs12.asn1 | 9 heim_any, heim_any_set FROM heim; 53 attrValues -- SET OF -- heim_any_set
|
H A D | pkcs8.asn1 | 8 heim_any, heim_any_set FROM heim;
|
H A D | asn1-common.h | 49 typedef struct heim_octet_string heim_any_set; typedef
|
H A D | cms.asn1 | 8 heim_any, heim_any_set FROM heim;
|
H A D | ChangeLog | 1600 mumble OPTIONAL, make CertificateSet a heim_any_set
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gssapi.asn1 | 5 IMPORTS heim_any_set FROM heim; 9 innerContextToken heim_any_set
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 1006 * mech/gssapi.asn1: Make it into a heim_any_set, its doesn't
|