Home
last modified time | relevance | path

Searched refs:mp_error_to_string (Results 1 – 6 of 6) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_error.c30 char *mp_error_to_string(int code) in mp_error_to_string() function
H A Dbn.tex327 char *mp_error_to_string(int code);
396 mp_error_to_string(result));
427 mp_error_to_string(result));
467 mp_error_to_string(result));
501 mp_error_to_string(result));
535 mp_error_to_string(result));
569 mp_error_to_string(result));
578 mp_error_to_string(result));
616 mp_error_to_string(result));
625 mp_error_to_string(result));
[all …]
H A Dtommath.h195 char *mp_error_to_string(int code);
H A Dchanges.txt167 -- Added mp_error_to_string() to convert return codes to strings. [Greg Rose]
H A Dtommath.tex711 printf("Error: %s\n", mp_error_to_string(err));
H A Dtommath.src705 printf("Error: %s\n", mp_error_to_string(err));