Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/err/
Derr.c372 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()
Derr_test.cc74 ERR_GET_LIB(packed_error) != 1 || in TestPutError()
/external/boringssl/src/include/openssl/
Derr.h486 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) macro
/external/boringssl/src/ssl/
Dssl_cert.c867 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()
Dssl_rsa.c634 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in SSL_CTX_use_certificate_chain_file()
Ds3_clnt.c741 if (ERR_GET_LIB(err) == ERR_LIB_SSL && in ssl3_get_server_hello()
Dssl_lib.c2022 if (ERR_GET_LIB(err) == ERR_LIB_SYS) { in SSL_get_error()
/external/boringssl/src/crypto/ec/
Doct.c406 if (ERR_GET_LIB(err) == ERR_LIB_BN && in ec_GFp_simple_set_compressed_coordinates()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c890 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()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp681 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 &&