Home
last modified time | relevance | path

Searched defs:M (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/test_utils/
Drun_as.rs188 pub fn send(&mut self, data: &M) { in send()
193 pub fn recv(&mut self) -> M { in recv()
240 pub unsafe fn run_as_child<F, R, M>( in run_as_child() argument
249 F: 'static + Send + FnOnce(&mut ChannelReader<M>, &mut ChannelWriter<M>) -> R, in run_as_child()
/system/keymint/tests/src/
Dlib.rs331 pub fn test_aes_cmac<M: AesCmac>(cmac: M) { in test_aes_cmac()
512 pub fn test_sdd_mgr<M: keyblob::SecureDeletionSecretManager, R: Rng>(mut sdd_mgr: M, mut rng: R) { in test_sdd_mgr() argument
/system/tools/aidl/build/
Daidl_test.go34 func TestMain(m *testing.M) {