Searched refs:compile_time_assert_sync (Results 1 – 4 of 4) sorted by relevance
46 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()
15 test::compile_time_assert_sync::<signature::Signature>(); in signature_impl_test()
407 test::compile_time_assert_sync::<aead::Tag>(); in test_tag_traits()
143 pub fn compile_time_assert_sync<T: Sync>() {} in compile_time_assert_sync() function