Home
last modified time | relevance | path

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

123

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DERR_GET_LIB.pod5 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
H A DERR_get_error.pod41 See L<ERR_GET_LIB(3)> for obtaining information about
68 L<ERR_GET_LIB(3)>
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DERR_GET_LIB.pod5 ERR_GET_LIB, ERR_GET_REASON, ERR_FATAL_ERROR
12 int ERR_GET_LIB(unsigned long e);
21 number and reason code. ERR_GET_LIB()
37 ERR_GET_LIB(), ERR_GET_REASON(), and ERR_FATAL_ERROR() are macros.
59 ERR_GET_LIB() and ERR_GET_REASON() are available in all versions of OpenSSL.
H A DERR_get_error.pod64 See L<ERR_GET_LIB(3)> for obtaining further specific information
120 L<ERR_GET_LIB(3)>
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Derr.c171 ret = l ^ ERR_GET_LIB(l) ^ ERR_GET_FUNC(l); in err_string_data_hash()
614 l = ERR_GET_LIB(e); in ERR_error_string_n()
666 l = ERR_GET_LIB(e); in ERR_lib_error_string()
685 l = ERR_GET_LIB(e); in ERR_func_error_string()
705 l = ERR_GET_LIB(e); in ERR_reason_error_string()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr.c177 ret = l ^ ERR_GET_LIB(l); in err_string_data_hash()
532 l = ERR_GET_LIB(e); in ossl_err_string_int()
596 l = ERR_GET_LIB(e); in ERR_lib_error_string()
630 l = ERR_GET_LIB(e); in ERR_reason_error_string()
H A Derr_prn.c129 put_error(ERR_GET_LIB(err), func, err, file, line); in ERR_add_error_txt()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dasn1_stable_parse_test.c51 if (ERR_GET_LIB(errcode) != ERR_LIB_ASN1) in test_asn1_stable_parse()
H A Dec_internal_test.c57 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
62 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
H A Drecordlentest.c73 if (ERR_GET_LIB(err) == ERR_LIB_SSL in fail_due_to_record_overflow()
H A Dossl_store_test.c171 && TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE) in test_store_attach_unregistered_scheme()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dec_internal_test.c52 || !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()
H A Drecordlentest.c73 if (ERR_GET_LIB(err) == ERR_LIB_SSL in fail_due_to_record_overflow()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopenssl_link.c123 int lib = ERR_GET_LIB(err); in toresult()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dopenssl_link.c137 int lib = ERR_GET_LIB(err); in toresult()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c127 lib = ERR_GET_LIB(err); in pvk2key_decode()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_kiss.c85 if (ERR_GET_LIB(err) != ERR_LIB_EVP in PKCS12_parse()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Drsa.c225 ERR_GET_LIB(err) == ERR_LIB_RSA && in rsa_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec2_oct.c78 if (ERR_GET_LIB(err) == ERR_LIB_BN in ec_GF2m_simple_set_compressed_coordinates()
H A Decp_oct.c104 if (ERR_GET_LIB(err) == ERR_LIB_BN in ec_GFp_simple_set_compressed_coordinates()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_oct.c85 if (ERR_GET_LIB(err) == ERR_LIB_BN in ossl_ec_GF2m_simple_set_compressed_coordinates()
H A Decp_oct.c109 if (ERR_GET_LIB(err) == ERR_LIB_BN in ossl_ec_GFp_simple_set_compressed_coordinates()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc128 ERR_GET_LIB.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_gen.c198 if (ERR_GET_LIB(error) == ERR_LIB_BN in rsa_builtin_keygen()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c348 if ( ( ERR_GET_LIB( ulError ) == ERR_R_PEM_LIB ) && in readX509Cert()
588 if ( ( ERR_GET_LIB( ulError ) == ERR_R_PEM_LIB ) && in readRsaKey()

123