Home
last modified time | relevance | path

Searched refs:ERR_GET_LIB (Results 1 – 15 of 15) sorted by relevance

/external/boringssl/src/crypto/err/
Derr_test.cc65 EXPECT_EQ(1, ERR_GET_LIB(packed_error)); in TEST()
119 EXPECT_EQ(ERR_LIB_USER, ERR_GET_LIB(error)); in TEST()
Derr.c369 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()
/external/boringssl/src/include/openssl/
Derr.h472 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
/external/conscrypt/common/src/jni/main/include/
DErrors.h287 int library = ERR_GET_LIB(error);
/external/boringssl/src/crypto/ec/
Doct.c372 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
/external/boringssl/src/crypto/bio/
Dbio_test.cc303 EXPECT_EQ(ERR_LIB_BIO, ERR_GET_LIB(err)); in TEST_P()
/external/boringssl/src/ssl/
Dssl_file.c555 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in SSL_CTX_use_certificate_chain_file()
Dhandshake_client.c844 if (ERR_GET_LIB(err) == ERR_LIB_SSL && in ssl3_get_server_hello()
Dssl_lib.c862 if (ERR_GET_LIB(err) == ERR_LIB_SYS) { in SSL_get_error()
Dssl_test.cc2976 if (ERR_GET_LIB(err) != ERR_LIB_SSL || in ExpectBadWriteRetry()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1085 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()
/external/boringssl/src/crypto/bn/
Dbn_test.cc659 if (ERR_GET_LIB(err) == ERR_LIB_BN && in TestNotModSquare()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc177 if (ERR_GET_LIB(err) != ERR_LIB_PEM || in LoadCertificate()
/external/curl/lib/vtls/
Dopenssl.c2172 lib = ERR_GET_LIB(errdetail); in ossl_connect_step2()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp4931 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()