Searched refs:km1_dev (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/ |
D | soft_keymaster_device.cpp | 409 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_algorithms() local 410 if (km1_dev) in get_supported_algorithms() 411 return km1_dev->get_supported_algorithms(km1_dev, algorithms, algorithms_length); in get_supported_algorithms() 443 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_block_modes() local 444 if (km1_dev) in get_supported_block_modes() 445 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes() 479 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_padding_modes() local 480 if (km1_dev) in get_supported_padding_modes() 481 return km1_dev->get_supported_padding_modes(km1_dev, algorithm, purpose, modes, in get_supported_padding_modes() 515 const keymaster1_device_t* km1_dev = convert_device(dev)->wrapped_km1_device_; in get_supported_digests() local [all …]
|