Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dsoft_keymaster_device.cpp419 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_algorithms() local
420 if (km1_dev) in get_supported_algorithms()
421 return km1_dev->get_supported_algorithms(km1_dev, algorithms, algorithms_length); in get_supported_algorithms()
453 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_block_modes() local
454 if (km1_dev) in get_supported_block_modes()
455 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes()
489 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_padding_modes() local
490 if (km1_dev) in get_supported_padding_modes()
491 return km1_dev->get_supported_padding_modes(km1_dev, algorithm, purpose, modes, in get_supported_padding_modes()
525 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_digests() local
[all …]