Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dsoft_keymaster_device.cpp381 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_algorithms() local
382 if (km1_dev) return km1_dev->get_supported_algorithms(km1_dev, algorithms, algorithms_length); in get_supported_algorithms()
412 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_block_modes() local
413 if (km1_dev) in get_supported_block_modes()
414 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes()
446 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_padding_modes() local
447 if (km1_dev) in get_supported_padding_modes()
448 return km1_dev->get_supported_padding_modes(km1_dev, algorithm, purpose, modes, in get_supported_padding_modes()
480 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_digests() local
481 if (km1_dev) in get_supported_digests()
[all …]