Searched refs:ERR_GET_LIB (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/net/cert/
H A Dtest_root_certs_openssl.cc21 if (ERR_GET_LIB(error_code) != ERR_LIB_X509 ||
/external/chromium_org/net/ssl/
H A Dopenssl_ssl_util.cc60 DCHECK_EQ(ERR_LIB_SSL, ERR_GET_LIB(error_code));
158 dict->SetInteger("error_lib", ERR_GET_LIB(error_info.error_code));
208 if (ERR_GET_LIB(error_code) == ERR_LIB_SSL) {
213 } else if (ERR_GET_LIB(error_code) == OpenSSLNetErrorLib()) {
/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr_test.c63 ERR_GET_LIB(packed_error) != 1 ||
H A Derr.c338 lib = ERR_GET_LIB(packed_error);
411 return err_component_error_string(ERR_PACK(ERR_GET_LIB(packed_error), 0, 0));
416 ERR_PACK(ERR_GET_LIB(packed_error), ERR_GET_FUNC(packed_error), 0));
421 ERR_PACK(ERR_GET_LIB(packed_error), 0, ERR_GET_REASON(packed_error)));
/external/openssl/crypto/ec/
H A Dec_cvt.c118 if (!(ERR_GET_LIB(err) == ERR_LIB_EC &&
H A Dec2_oct.c132 if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NO_SOLUTION)
H A Decp_oct.c153 if (ERR_GET_LIB(err) == ERR_LIB_BN && ERR_GET_REASON(err) == BN_R_NOT_A_SQUARE)
/external/openssl/crypto/err/
H A Derr.c338 ret=l^ERR_GET_LIB(l)^ERR_GET_FUNC(l);
866 l=ERR_GET_LIB(e);
946 l=ERR_GET_LIB(e);
958 l=ERR_GET_LIB(e);
971 l=ERR_GET_LIB(e);
H A Derr.h243 #define ERR_GET_LIB(l) (int)((((unsigned long)l)>>24L)&0xffL) macro
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h463 #define ERR_GET_LIB(packed_error) (((packed_error) >> 24) & 0xff) macro
/external/openssl/apps/
H A Drsa.c351 ERR_GET_LIB(err) == ERR_LIB_RSA &&
/external/openssl/include/openssl/
H A Derr.h243 #define ERR_GET_LIB(l) (int)((((unsigned long)l)>>24L)&0xffL) macro
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Doct.c424 if (ERR_GET_LIB(err) == ERR_LIB_BN &&
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_cert.c1072 if (ERR_GET_LIB(error) != ERR_LIB_X509 ||
1082 if (ERR_GET_LIB(error) != ERR_LIB_X509 ||
H A Dssl_rsa.c751 if (ERR_GET_LIB(err) == ERR_LIB_PEM && ERR_GET_REASON(err) == PEM_R_NO_START_LINE)
H A Dssl_lib.c2442 if (ERR_GET_LIB(l) == ERR_LIB_SYS)
/external/openssl/ssl/
H A Dssl_rsa.c810 if (ERR_GET_LIB(err) == ERR_LIB_PEM && ERR_GET_REASON(err) == PEM_R_NO_START_LINE)
H A Dssl_lib.c2658 if (ERR_GET_LIB(l) == ERR_LIB_SYS)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1548 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
1635 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
2151 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1548 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
1635 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
2151 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1548 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
1635 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
2151 if (ERR_GET_LIB(err) == ERR_LIB_X509 &&
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp557 int library = ERR_GET_LIB(error);

Completed in 533 milliseconds