Searched refs:check_err (Results 1 – 3 of 3) sorted by relevance
19 int ossl_ssl_get_error(const SSL *s, int i, int check_err);
5558 goto check_err; in test_ecx_not_private_key()5561 goto check_err; in test_ecx_not_private_key()5569 check_err: in test_ecx_not_private_key()
4745 int ossl_ssl_get_error(const SSL *s, int i, int check_err) in ossl_ssl_get_error() argument4770 if (check_err && (l = ERR_peek_error()) != 0) { in ossl_ssl_get_error()
Completed in 43 milliseconds