Home
last modified time | relevance | path

Searched refs:ERR_GMP_error (Results 1 – 2 of 2) sorted by relevance

/trueos/crypto/openssl/engines/
HDe_gmp_err.h69 static void ERR_GMP_error(int function, int reason, char *file, int line);
70 # define GMPerr(f,r) ERR_GMP_error((f),(r),__FILE__,__LINE__)
HDe_gmp_err.c132 static void ERR_GMP_error(int function, int reason, char *file, int line) in ERR_GMP_error() function