Searched refs:openssl_errors (Results 1 – 2 of 2) sorted by relevance
4 openssl_errors::openssl_errors! {20 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()
246 macro_rules! openssl_errors { macro292 … $crate::openssl_errors!(@func_consts $lib_name; 1; $($(#[$func_attr])* $func_name($func_str);)*);293 … $crate::openssl_errors!(@reason_consts $lib_name; 1; $($(#[$reason_attr])* $reason_name;)*);301 $crate::openssl_errors!(@func_consts $lib_name; $n + 1; $($tt)*);307 $crate::openssl_errors!(@reason_consts $lib_name; $n + 1; $($tt)*);311 1 + $crate::openssl_errors!(@count $($tt)*)328 2 + $crate::openssl_errors!(@count $($reason_name;)*)361 2 + $crate::openssl_errors!(@count $($func_name;)* $($reason_name;)*)