Searched refs:der_print_heim_oid (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_oid_to_str.c55 ret = der_print_heim_oid(&o, ' ', &p);
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dder_format.c108 der_print_heim_oid (const heim_oid *oid, char delim, char **str) function
H A Dder-protos.h440 der_print_heim_oid (
H A Dasn1_print.c250 ret = der_print_heim_oid(&o, '.', &p);
253 errx (1, "der_print_heim_oid: %s", error_message (ret));
H A Dcheck-der.c887 ret = der_print_heim_oid(oid, ' ', &p);
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dprint.c128 return der_print_heim_oid(oid, '.', str);
398 ret = der_print_heim_oid (&eku.val[i], '.', &str);
H A Dhxtool.c299 der_print_heim_oid(&type, '.', &str);
1473 der_print_heim_oid (&val[i].algorithm, '.', &s);
1509 der_print_heim_oid (&selected.algorithm, '.', &s);
H A Dname.c154 if (der_print_heim_oid(type, '.', &s) != 0)
H A Dcert.c3478 ret = der_print_heim_oid(&eku.val[i], '.', &buf);

Completed in 135 milliseconds