/third_party/openssl/doc/man3/ |
D | ERR_GET_LIB.pod | 5 ERR_GET_LIB, ERR_GET_FUNC, ERR_GET_REASON, ERR_FATAL_ERROR 12 int ERR_GET_LIB(unsigned long e); 23 number, function code and reason code. ERR_GET_LIB(), ERR_GET_FUNC() 40 ERR_GET_LIB(), ERR_GET_FUNC(), ERR_GET_REASON(), and ERR_FATAL_ERROR() 54 ERR_GET_LIB(), ERR_GET_FUNC() and ERR_GET_REASON() are available in
|
D | ERR_get_error.pod | 41 See L<ERR_GET_LIB(3)> for obtaining information about 68 L<ERR_GET_LIB(3)>
|
D | PEM_read.pod | 119 L<ERR_peek_last_error(3)>, L<ERR_GET_LIB(3)>,
|
/third_party/openssl/crypto/err/ |
D | err.c | 164 ret = l ^ ERR_GET_LIB(l) ^ ERR_GET_FUNC(l); in err_string_data_hash() 595 l = ERR_GET_LIB(e); in ERR_error_string_n() 646 l = ERR_GET_LIB(e); in ERR_lib_error_string() 661 l = ERR_GET_LIB(e); in ERR_func_error_string() 677 l = ERR_GET_LIB(e); in ERR_reason_error_string()
|
/third_party/openssl/test/ |
D | ec_internal_test.c | 52 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests() 57 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
|
D | recordlentest.c | 73 if (ERR_GET_LIB(err) == ERR_LIB_SSL in fail_due_to_record_overflow()
|
D | evp_test.c | 2486 if (ERR_GET_LIB(err) == ERR_LIB_EVP in key_unsupported() 2497 if (ERR_GET_LIB(err) == ERR_LIB_EC in key_unsupported()
|
/third_party/openssl/apps/ |
D | rsa.c | 225 ERR_GET_LIB(err) == ERR_LIB_RSA && in rsa_main()
|
D | speed.c | 2974 ERR_GET_LIB(error) == ERR_LIB_EVP && in speed_main()
|
/third_party/openssl/crypto/ec/ |
D | ec2_oct.c | 78 if (ERR_GET_LIB(err) == ERR_LIB_BN in ec_GF2m_simple_set_compressed_coordinates()
|
D | ecp_oct.c | 104 if (ERR_GET_LIB(err) == ERR_LIB_BN in ec_GFp_simple_set_compressed_coordinates()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_gen.c | 198 if (ERR_GET_LIB(error) == ERR_LIB_BN in rsa_builtin_keygen()
|
/third_party/openssl/include/openssl/ |
D | err.h | 142 # define ERR_GET_LIB(l) (int)(((l) >> 24L) & 0x0FFL) macro
|
/third_party/openssl/util/ |
D | private.num | 184 ERR_GET_LIB define
|
/third_party/boost/boost/asio/ssl/impl/ |
D | context.ipp | 580 if (added && ERR_GET_LIB(err) == ERR_LIB_PEM 817 if ((ERR_GET_LIB(result) == ERR_LIB_PEM)
|
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/ |
D | context.ipp | 580 if (added && ERR_GET_LIB(err) == ERR_LIB_PEM 817 if ((ERR_GET_LIB(result) == ERR_LIB_PEM)
|
/third_party/python/Modules/ |
D | _ssl.c | 459 lib = ERR_GET_LIB(errcode); in fill_and_set_sslerror() 670 if (ERR_GET_LIB(e) == ERR_LIB_SSL && in PySSL_SetError() 3958 if ((ERR_GET_LIB(err) == ERR_LIB_X509) && in _add_ca_certs() 3980 (ERR_GET_LIB(err) == ERR_LIB_ASN1) && in _add_ca_certs() 3986 (ERR_GET_LIB(err) == ERR_LIB_PEM) && in _add_ca_certs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 1160 return ERR_GET_LIB(err) == ERR_LIB_PKCS11 && in tls_is_pin_error() 2568 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_load_ca_der() 2673 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_ca_cert() 3579 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_engine_ca_cert()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 718 if((ERR_GET_LIB(err) == ERR_LIB_PEM) && in SSL_CTX_use_certificate_chain_blob() 3341 lib = ERR_GET_LIB(errdetail); in ossl_connect_step2() 4246 if(ERR_GET_LIB(sslerror) == ERR_LIB_SSL && in ossl_send()
|
/third_party/openssl/ssl/ |
D | ssl_rsa.c | 654 if (ERR_GET_LIB(err) == ERR_LIB_PEM in use_certificate_chain_file()
|
D | ssl_lib.c | 3616 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 1170 return ERR_GET_LIB(err) == ERR_LIB_PKCS11 && in tls_is_pin_error() 2621 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_load_ca_der() 2726 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_ca_cert() 3708 if (ERR_GET_LIB(err) == ERR_LIB_X509 && in tls_connection_engine_ca_cert()
|
/third_party/node/src/ |
D | node_crypto.cc | 333 switch (ERR_GET_LIB(err)) { OSSL_ERROR_CODES_MAP(V) } in Decorate() 938 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in SSL_CTX_use_certificate_chain() 1122 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in AddCertsFromFile() 2853 if (ERR_GET_LIB(err) == ERR_LIB_PEM && in ParsePrivateKey()
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 750 if (ERR_GET_LIB(error) != ERR_LIB_X509 || in x509_store_load_certs()
|