Home
last modified time | relevance | path

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

12345

/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Derr.rs27 pub const fn ERR_GET_LIB(errcode: c_ulong) -> c_int {
54 pub const fn ERR_GET_LIB(l: c_ulong) -> c_int {
/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/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()
/third_party/openssl/test/
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()
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()
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c116 lib = ERR_GET_LIB(err); in pvk2key_decode()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c127 lib = ERR_GET_LIB(err); in pvk2key_decode()
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_kiss.c85 if (ERR_GET_LIB(err) != ERR_LIB_EVP in PKCS12_parse()
/third_party/openssl/crypto/pkcs12/
H A Dp12_kiss.c85 if (ERR_GET_LIB(err) != ERR_LIB_EVP in PKCS12_parse()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs245 unsafe { ffi::ERR_GET_LIB(self.code) } in library_code()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c109 if (ERR_GET_LIB(err) == ERR_LIB_BN in ossl_ec_GFp_simple_set_compressed_coordinates()
H A Dec2_oct.c85 if (ERR_GET_LIB(err) == ERR_LIB_BN in ossl_ec_GF2m_simple_set_compressed_coordinates()
/third_party/openssl/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()
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h142 # define ERR_GET_LIB(l) (int)(((l) >> 24L) & 0x0FFL) macro
/third_party/node/src/crypto/
H A Dcrypto_util.cc83 if (ERR_GET_LIB(code) == ERR_LIB_RAND) { in CSPRNG()
544 switch (ERR_GET_LIB(err)) { OSSL_ERROR_CODES_MAP(V) } in SetFipsCrypto()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h241 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) in ERR_GET_LIB() function
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h241 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) in ERR_GET_LIB() function
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Derr.h241 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) in ERR_GET_LIB() function
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Derr.h241 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) in ERR_GET_LIB() function
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Derr.h241 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) in ERR_GET_LIB() function
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Derr.h241 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode) in ERR_GET_LIB() function

Completed in 34 milliseconds

12345