Searched refs:SupportedBlockModes (Results 1 – 3 of 3) sorted by relevance
51 void SupportedBlockModes(keymaster_algorithm_t algorithm,
68 TEST_F(CheckSupported, SupportedBlockModes) { in TEST_F() argument70 device.SupportedBlockModes(KM_ALGORITHM_RSA, NULL); in TEST_F()73 device.SupportedBlockModes(KM_ALGORITHM_RSA, &response); in TEST_F()77 device.SupportedBlockModes(KM_ALGORITHM_DSA, &response); in TEST_F()81 device.SupportedBlockModes(KM_ALGORITHM_ECDSA, &response); in TEST_F()85 device.SupportedBlockModes(KM_ALGORITHM_AES, &response); in TEST_F()
75 GoogleKeymaster::SupportedBlockModes(keymaster_algorithm_t algorithm, in SupportedBlockModes() function in keymaster::GoogleKeymaster