Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dsoft_keymaster_device.cpp379 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_algorithms() local
380 if (km1_dev) return km1_dev->get_supported_algorithms(km1_dev, algorithms, algorithms_length); in get_supported_algorithms()
410 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_block_modes() local
411 if (km1_dev) in get_supported_block_modes()
412 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes()
444 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_padding_modes() local
445 if (km1_dev) in get_supported_padding_modes()
446 return km1_dev->get_supported_padding_modes(km1_dev, algorithm, purpose, modes, in get_supported_padding_modes()
478 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_digests() local
479 if (km1_dev) in get_supported_digests()
[all …]