Home
last modified time | relevance | path

Searched refs:compile_time_assert_sync (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/ring/tests/
Dagreement_tests.rs46 test::compile_time_assert_sync::<agreement::EphemeralPrivateKey>(); in agreement_traits()
57 test::compile_time_assert_sync::<agreement::PublicKey>(); in agreement_traits()
66 test::compile_time_assert_sync::<agreement::UnparsedPublicKey<&[u8]>>(); in agreement_traits()
69 test::compile_time_assert_sync::<agreement::UnparsedPublicKey<Vec<u8>>>(); in agreement_traits()
Dsignature_tests.rs15 test::compile_time_assert_sync::<signature::Signature>(); in signature_impl_test()
Daead_tests.rs407 test::compile_time_assert_sync::<aead::Tag>(); in test_tag_traits()
/external/rust/crates/ring/src/
Dtest.rs143 pub fn compile_time_assert_sync<T: Sync>() {} in compile_time_assert_sync() function