Home
last modified time | relevance | path

Searched refs:der_print_heim_oid (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_oid_to_str.c55 ret = der_print_heim_oid(&o, ' ', &p); in gss_oid_to_str()
/freebsd/crypto/heimdal/lib/asn1/
H A Dder_format.c108 der_print_heim_oid (const heim_oid *oid, char delim, char **str) in der_print_heim_oid() function
H A Dder-protos.h476 der_print_heim_oid (
H A Dasn1_print.c250 ret = der_print_heim_oid(&o, '.', &p); in loop()
H A DChangeLog295 * der_format.c (der_print_heim_oid): oid with zero length is
300 * der_format.c (der_print_heim_oid): use delim when printing.
398 * der.h: New der_print_heim_oid signature. Test
401 * check-der.c: New der_print_heim_oid signature. Test
498 * asn1_print.c: Add printing of bignums and use der_print_heim_oid
H A Dcheck-der.c887 ret = der_print_heim_oid(oid, ' ', &p); in test_heim_oid_format_same()
/freebsd/crypto/heimdal/lib/hx509/
H A Dprint.c128 return der_print_heim_oid(oid, '.', str); in hx509_oid_sprint()
398 ret = der_print_heim_oid (&eku.val[i], '.', &str); in check_extKeyUsage()
H A Dhxtool.c299 der_print_heim_oid(&type, '.', &str); in cms_verify_sd()
1474 der_print_heim_oid (&val[i].algorithm, '.', &s); in crypto_available()
1510 der_print_heim_oid (&selected.algorithm, '.', &s); in crypto_select()
H A Dname.c154 if (der_print_heim_oid(type, '.', &s) != 0) in oidtostring()
H A Dcert.c3478 ret = der_print_heim_oid(&eku.val[i], '.', &buf); in _hx509_cert_to_env()
/freebsd/kerberos5/lib/libasn1/
H A Dversion.map793 der_print_heim_oid;
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog1051 * mech/gss_oid_to_str.c: New der_print_heim_oid signature.