Home
last modified time | relevance | path

Searched refs:mock_key (Results 1 – 2 of 2) sorted by relevance

/external/python/google-auth-library-python/tests/oauth2/
Dtest_challenges.py50 mock_key = mock.Mock()
55 with mock.patch("pyu2f.model.RegisteredKey", return_value=mock_key):
67 [{"key": mock_key, "challenge": b"some_challenge"}],
72 with mock.patch("pyu2f.model.RegisteredKey", return_value=mock_key):
/external/vboot_reference/tests/
Dvb2_load_kernel_tests.c53 static struct vb2_packed_key mock_key; variable
104 memset(&mock_key, 0, sizeof(mock_key)); in ResetMocks()
146 *keyp = &mock_key; in vb2_gbb_read_root_key()
154 *keyp = &mock_key; in vb2_gbb_read_recovery_key()