Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dandroid_keymaster_test_utils.cpp739 class Sha256OnlyWrapper { class
741 explicit Sha256OnlyWrapper(const keymaster1_device_t* wrapped_device) in Sha256OnlyWrapper() function in keymaster::test::Sha256OnlyWrapper
794 Sha256OnlyWrapper* wrapper = reinterpret_cast<Sha256OnlyWrapper*>(dev); in close_device()
801 return reinterpret_cast<const Sha256OnlyWrapper*>(dev)->wrapped_device_; in unwrap()
954 return (new Sha256OnlyWrapper(device))->keymaster_device(); in make_device_sha256_only()