Searched refs:ERR_GET_LIB (Results 1 – 13 of 13) sorted by relevance
21 if (ERR_GET_LIB(error_code) != ERR_LIB_X509 || in Add()
118 if (!(ERR_GET_LIB(err) == ERR_LIB_EC && in EC_GROUP_new_curve_GFp()
132 if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NO_SOLUTION) in ec_GF2m_simple_set_compressed_coordinates()
153 if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE) in ec_GFp_simple_set_compressed_coordinates()
338 ret=l^ERR_GET_LIB(l)^ERR_GET_FUNC(l); in err_string_data_hash()866 l=ERR_GET_LIB(e); in ERR_error_string_n()946 l=ERR_GET_LIB(e); in ERR_lib_error_string()958 l=ERR_GET_LIB(e); in ERR_func_error_string()971 l=ERR_GET_LIB(e); in ERR_reason_error_string()
243 #define ERR_GET_LIB(l) (int)((((unsigned long)l)>>24L)&0xffL) macro
351 ERR_GET_LIB(err) == ERR_LIB_RSA && in MAIN()
1079 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_load_ca_der()1125 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_ca_cert()1632 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_engine_ca_cert()
804 if (ERR_GET_LIB(err) == ERR_LIB_PEM && ERR_GET_REASON(err) == PEM_R_NO_START_LINE) in SSL_CTX_use_certificate_chain_file()
2488 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
1300 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_load_ca_der()1400 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_ca_cert()1907 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_engine_ca_cert()
88 } while (ERR_GET_LIB(error_code) != ERR_LIB_SSL); in MapOpenSSLErrorSSL()