Home
last modified time | relevance | path

Searched refs:hx509_get_error_string (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Derror.c136 hx509_get_error_string(hx509_context context, int error_code) in hx509_get_error_string() function
204 msg = hx509_get_error_string(context, error_code); in hx509_err()
H A Dlibhx509-exports.def146 hx509_get_error_string
H A Dversion-script.map143 hx509_get_error_string;
H A Dhx509-protos.h1920 hx509_get_error_string (
H A Dhxtool.c840 char *s = hx509_get_error_string(hxcontext, ret); in verify_f()
1193 char *s = hx509_get_error_string(hxcontext, ret); in verify_o()
H A DChangeLog529 * error.c (hx509_get_error_string): if the error code is not the
1305 * error.c (hx509_get_error_string): Put ", " between strings in
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/
H A Dmanpages19 hx509/man/man3/hx509_get_error_string.3
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dpkinit.c651 char *s = hx509_get_error_string(context->hx509ctx, ret); in _kdc_pk_rd_padata()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpkinit.c1990 s = hx509_get_error_string(hx509ctx, hxret); in pk_copy_error()