Searched refs:ERR_GET_LIB (Results 1 – 9 of 9) sorted by relevance
74 ERR_GET_LIB(packed_error) != 1 || in TestPutError()139 ERR_GET_LIB(error) != ERR_LIB_USER || in TestPutMacro()
369 lib = ERR_GET_LIB(packed_error); in ERR_error_string_n()503 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_lib_error_string()516 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_reason_error_string()
471 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
360 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
602 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in SSL_CTX_use_certificate_chain_file()
756 if (ERR_GET_LIB(err) == ERR_LIB_SSL && in ssl3_get_server_hello()
706 if (ERR_GET_LIB(err) == ERR_LIB_SYS) { in SSL_get_error()
1058 return ERR_GET_LIB(err) == ERR_LIB_PKCS11 && in tls_is_pin_error()1953 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_load_ca_der()2044 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_ca_cert()2696 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_engine_ca_cert()
695 int library = ERR_GET_LIB(error); in throwExceptionIfNecessary()6948 if ((ERR_GET_LIB(last_error) == ERR_LIB_EVP &&6950 (ERR_GET_LIB(first_error) == ERR_LIB_EC &&