Searched refs:compile_time_assert_sync (Results 1 – 4 of 4) sorted by relevance
30 test::compile_time_assert_sync::<agreement::EphemeralPrivateKey>(); in agreement_traits()41 test::compile_time_assert_sync::<agreement::PublicKey>(); in agreement_traits()50 test::compile_time_assert_sync::<agreement::UnparsedPublicKey<&[u8]>>(); in agreement_traits()53 test::compile_time_assert_sync::<agreement::UnparsedPublicKey<Vec<u8>>>(); in agreement_traits()
14 test::compile_time_assert_sync::<signature::Signature>(); in signature_impl_test()
509 test::compile_time_assert_sync::<aead::Tag>(); in test_tag_traits()
147 pub fn compile_time_assert_sync<T: Sync>() {} in compile_time_assert_sync() function