Home
last modified time | relevance | path

Searched refs:put_error (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-errors/tests/
H A Dtest.rs20 openssl_errors::put_error!(Test::FOO, Test::NO_MILK); in basic()
44 openssl_errors::put_error!(Test::BAR, Test::NO_BACON, "foobar {{}}"); in static_data()
61 openssl_errors::put_error!(Test::BAR, Test::NO_MILK, "hello {}", "world"); in dynamic_data()
78 openssl_errors::put_error!(Test::BAR, Test::NO_MILK); in deferred_error_render()
83 openssl_errors::put_error!(Test::FOO, Test::NO_BACON); in deferred_error_render()
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_prn.c50 static void put_error(int lib, const char *func, int reason, in put_error() function
72 put_error(ERR_LIB_NONE, NULL, 0, "", 0); in ERR_add_error_txt()
129 put_error(ERR_GET_LIB(err), func, err, file, line); in ERR_add_error_txt()
/third_party/openssl/crypto/err/
H A Derr_prn.c50 static void put_error(int lib, const char *func, int reason, in put_error() function
72 put_error(ERR_LIB_NONE, NULL, 0, "", 0); in ERR_add_error_txt()
129 put_error(ERR_GET_LIB(err), func, err, file, line); in ERR_add_error_txt()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs165 self.put_error(); in put()
193 fn put_error(&self) { in put_error() functions
206 fn put_error(&self) { in put_error() functions
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs8 //! use openssl_errors::{openssl_errors, put_error};
33 //! // The put_error! macro pushes errors onto the OpenSSL error stack.
34 //! put_error!(MyLib::FIND_PRIVATE_KEY, MyLib::BAD_PASSWORD);
42 //! put_error!(MyLib::FIND_PRIVATE_KEY, MyLib::IO_ERROR, "tried {} times", tries);
201 macro_rules! put_error { macros
244 /// The created libraries can be used with the `put_error!` macro to create custom OpenSSL errors.

Completed in 3 milliseconds