Searched defs:SSL_get_error (Results 1 – 5 of 5) sorted by relevance
293 #define SSL_get_error SSL_GET_ERROR macro
141 int SSL_get_error(const SSL *ssl, int ret_code) in SSL_get_error() function
718 pub fn SSL_get_error(ssl: *const SSL, ret: c_int) -> c_int; in SSL_get_error() function
3842 int SSL_get_error(const SSL *s, int i) in SSL_get_error() function
377 #define SSL_get_error BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_error) macro