Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h116 size_t* modes_length);
121 size_t* modes_length);
/system/keymaster/
Dsoft_keymaster_device.cpp436 size_t* modes_length) { in get_supported_block_modes() argument
440 if (!modes || !modes_length) 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()
459 *modes_length = response.results_length; in get_supported_block_modes()
460 *modes = reinterpret_cast<keymaster_block_mode_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_block_modes()
472 size_t* modes_length) { in get_supported_padding_modes() argument
476 if (!modes || !modes_length) in get_supported_padding_modes()
482 modes_length); in get_supported_padding_modes()
495 *modes_length = response.results_length; in get_supported_padding_modes()
496 *modes = reinterpret_cast<keymaster_padding_t*>(malloc(*modes_length * sizeof(**modes))); in get_supported_padding_modes()
Dandroid_keymaster_test_utils.cpp753 size_t* modes_length) { in get_supported_block_modes() argument
755 modes_length); in get_supported_block_modes()
761 size_t* modes_length) { in get_supported_padding_modes() argument
763 modes_length); in get_supported_padding_modes()