Searched refs:ERR_GET_LIB (Results 1 – 15 of 15) sorted by relevance
65 EXPECT_EQ(1, ERR_GET_LIB(packed_error)); in TEST()119 EXPECT_EQ(ERR_LIB_USER, ERR_GET_LIB(error)); in TEST()
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()
472 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
287 int library = ERR_GET_LIB(error);
372 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
303 EXPECT_EQ(ERR_LIB_BIO, ERR_GET_LIB(err)); in TEST_P()
555 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in SSL_CTX_use_certificate_chain_file()
844 if (ERR_GET_LIB(err) == ERR_LIB_SSL && in ssl3_get_server_hello()
862 if (ERR_GET_LIB(err) == ERR_LIB_SYS) { in SSL_get_error()
2976 if (ERR_GET_LIB(err) != ERR_LIB_SSL || in ExpectBadWriteRetry()
1085 return ERR_GET_LIB(err) == ERR_LIB_PKCS11 && in tls_is_pin_error()1980 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_load_ca_der()2071 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_ca_cert()2732 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_engine_ca_cert()
659 if (ERR_GET_LIB(err) == ERR_LIB_BN && in TestNotModSquare()
177 if (ERR_GET_LIB(err) != ERR_LIB_PEM || in LoadCertificate()
2172 lib = ERR_GET_LIB(errdetail); in ossl_connect_step2()
4931 if ((ERR_GET_LIB(last_error) == ERR_LIB_EVP && in NativeCrypto_X509_get_pubkey()4933 (ERR_GET_LIB(first_error) == ERR_LIB_EC && in NativeCrypto_X509_get_pubkey()