Searched refs:heim_oid (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/include/
H A Dhx509-protos.h55 const heim_oid */*oid*/);
79 const heim_oid */*oid*/,
188 const heim_oid */*eku*/,
200 const heim_oid */*oid*/,
221 const heim_oid */*oid*/);
292 heim_oid */*encryption_oid*/,
411 const heim_oid */*eContentType*/,
425 const heim_oid */*eContentType*/,
441 heim_oid */*contentType*/,
451 const heim_oid */*encryption_typ
[all...]
H A Dhx509-private.h76 const heim_oid */*encryption_oid*/,
214 const heim_oid */*oid*/,
301 const heim_oid */*oid*/,
356 heim_oid */*data*/);
369 heim_oid */*encryption_oid*/,
397 const heim_oid */*oid*/);
439 const heim_oid */*oid*/,
H A Dder-protos.h77 const heim_oid */*from*/,
78 heim_oid */*to*/);
135 der_free_oid (heim_oid */*k*/);
242 heim_oid */*data*/,
330 const heim_oid */*p*/,
331 const heim_oid */*q*/);
377 der_length_oid (const heim_oid */*k*/);
432 heim_oid */*data*/);
441 const heim_oid */*oid*/,
539 const heim_oid */*dat
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1-common.h40 typedef struct heim_oid { struct
43 } heim_oid; typedef in typeref:struct:heim_oid
H A Dder_cmp.c39 der_heim_oid_cmp(const heim_oid *p, const heim_oid *q)
H A Dder_format.c110 der_print_heim_oid (const heim_oid *oid, char delim, char **str)
135 der_parse_heim_oid (const char *str, const char *sep, heim_oid *data)
H A Dder_length.c88 len_oid (const heim_oid *oid)
211 der_length_oid (const heim_oid *k)
H A Dder_free.c133 der_free_oid (heim_oid *k)
H A Dder_copy.c160 der_copy_oid (const heim_oid *from, heim_oid *to)
H A Dcheck-der.c439 return der_heim_oid_cmp((heim_oid *)a, (heim_oid *)b);
456 heim_oid values[] = {
473 ret = generic_test (tests, ntests, sizeof(heim_oid),
769 return generic_decode_fail(tests, ntests, sizeof(heim_oid),
883 test_heim_oid_format_same(const char *str, const heim_oid *oid)
887 heim_oid o2;
919 heim_oid sha1 = { 6, sha1_oid_tree };
H A Dasn1_print.c225 heim_oid o;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_decapsulate_token.c44 heim_oid o;
H A Dgss_oid_to_str.c43 heim_oid o;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p12.c49 const heim_oid *oid;
54 parse_pkcs12_type(hx509_context, struct hx509_collector *, const heim_oid *,
59 find_attribute(const PKCS12_Attributes *attrs, const heim_oid *oid)
170 const heim_oid *oids[] = {
176 const heim_oid *oid = oids[i];
239 heim_oid contentType;
267 heim_oid contentType;
311 const heim_oid *oid,
450 const heim_oid *oid,
H A Dhx509.h90 heim_oid oid;
H A Dcrypto.c43 const heim_oid *key_oid;
50 const heim_oid *key_oid;
72 const heim_oid *signature_alg;
89 const heim_oid *sig_oid;
91 const heim_oid *key_oid;
123 find_sig_alg(const heim_oid *oid);
241 const heim_oid *oid,
274 heim_oid2ecnid(heim_oid *oid)
424 const heim_oid *sig_oid;
654 const heim_oid *sig_oi
[all...]
H A Dcms.c77 hx509_cms_wrap_ContentInfo(const heim_oid *oid,
132 heim_oid *oid,
356 heim_oid *contentType,
557 const heim_oid *encryption_type,
558 const heim_oid *contentType,
747 find_attribute(const CMSAttributes *attr, const heim_oid *oid)
786 heim_oid *contentType,
858 const heim_oid *match_oid;
859 heim_oid decode_oid;
1090 const heim_oid *oi
[all...]
H A Dhx_locl.h154 heim_oid *eku;
H A Dname.c68 const heim_oid *o;
147 oidtostring(const heim_oid *type)
162 stringtooid(const char *name, size_t len, heim_oid *oid)
515 const heim_oid *oid,
590 heim_oid oid;
H A Dhxtool.c103 parse_oid(const char *str, const heim_oid *def, heim_oid *oid)
184 heim_oid type;
264 heim_oid oid;
361 heim_oid contentType;
514 heim_oid contentType = { 0, NULL };
535 heim_oid oid;
581 heim_oid contentType;
583 const heim_oid *enctype = NULL;
1024 heim_oid oi
[all...]
H A Dca.c422 const heim_oid *oid)
571 const heim_oid *oid,
691 const heim_oid *oid,
917 const heim_oid *oid,
H A Dprint.c128 hx509_oid_sprint(const heim_oid *oid, char **str)
145 hx509_oid_print(const heim_oid *oid, hx509_vprint_func func, void *ctx)
551 const heim_oid *oid;
755 const heim_oid *oid;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dspnego_asn1.pl135 s/heim_oid/oid/g;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpkinit.c175 const heim_oid *oid;
195 const heim_oid mobileMe = { sizeof(oids)/sizeof(oids[0]), oids };
226 const heim_oid *eContentType,
625 const heim_oid *oid,
653 const heim_oid *oid;
893 heim_oid *contentType,
1156 const heim_oid *dataType,
1169 heim_oid contentType = { 0, NULL };
1199 heim_oid type2;
1301 const heim_oid *dataTyp
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dinquire_sec_context_by_oid.c41 heim_oid oid;
42 heim_oid prefix;

Completed in 207 milliseconds

12