Searched refs:der_print_heim_oid (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_oid_to_str.c | 55 ret = der_print_heim_oid(&o, ' ', &p); in gss_oid_to_str()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | der_format.c | 108 der_print_heim_oid (const heim_oid *oid, char delim, char **str) in der_print_heim_oid() function
|
H A D | der-protos.h | 476 der_print_heim_oid (
|
H A D | asn1_print.c | 250 ret = der_print_heim_oid(&o, '.', &p); in loop()
|
H A D | ChangeLog | 295 * 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 D | check-der.c | 887 ret = der_print_heim_oid(oid, ' ', &p); in test_heim_oid_format_same()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | print.c | 128 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 D | hxtool.c | 299 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 D | name.c | 154 if (der_print_heim_oid(type, '.', &s) != 0) in oidtostring()
|
H A D | cert.c | 3478 ret = der_print_heim_oid(&eku.val[i], '.', &buf); in _hx509_cert_to_env()
|
/freebsd/kerberos5/lib/libasn1/ |
H A D | version.map | 793 der_print_heim_oid;
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 1051 * mech/gss_oid_to_str.c: New der_print_heim_oid signature.
|