Lines Matching defs:algorithm
109 static keymaster_error_t add_digests(keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests()
137 for (auto algorithm : sig_algorithms) in map_digests() local
148 for (auto algorithm : crypt_algorithms) in map_digests() local
404 keymaster_algorithm_t algorithm, in get_supported_block_modes()
438 keymaster_algorithm_t algorithm, in get_supported_padding_modes()
472 keymaster_algorithm_t algorithm, in get_supported_digests()
505 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_import_formats()
536 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_export_formats()
614 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest()
636 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting()
667 keymaster_algorithm_t algorithm; in KeyRequiresSoftwareDigesting() local
1124 keymaster_algorithm_t algorithm = KM_ALGORITHM_AES; in begin() local
1501 void SoftKeymasterDevice::StoreDefaultNewKeyParams(keymaster_algorithm_t algorithm, in StoreDefaultNewKeyParams()