Searched refs:ERR_GET_LIB (Results 1 – 10 of 10) sorted by relevance
372 lib = ERR_GET_LIB(packed_error); in ERR_error_string_n()513 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_lib_error_string()522 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_func_error_string()548 return err_string_lookup(ERR_GET_LIB(packed_error), in ERR_func_error_string()555 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_reason_error_string()
74 ERR_GET_LIB(packed_error) != 1 || in TestPutError()
486 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
867 if (ERR_GET_LIB(error) != ERR_LIB_X509 || in ssl_build_cert_chain()878 if (ERR_GET_LIB(error) != ERR_LIB_X509 || in ssl_build_cert_chain()
634 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in SSL_CTX_use_certificate_chain_file()
741 if (ERR_GET_LIB(err) == ERR_LIB_SSL && in ssl3_get_server_hello()
2022 if (ERR_GET_LIB(err) == ERR_LIB_SYS) { in SSL_get_error()
406 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
890 return ERR_GET_LIB(err) == ERR_LIB_PKCS11 && in tls_is_pin_error()1669 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_load_ca_der()1759 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_ca_cert()2289 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_engine_ca_cert()
681 int library = ERR_GET_LIB(error); in throwExceptionIfNecessary()6933 if ((ERR_GET_LIB(last_error) == ERR_LIB_EVP &&6935 (ERR_GET_LIB(first_error) == ERR_LIB_EC &&