Lines Matching defs:algorithm
108 static keymaster_error_t add_digests(keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests()
136 for (auto algorithm : sig_algorithms) in map_digests() local
148 for (auto algorithm : crypt_algorithms) in map_digests() local
443 keymaster_algorithm_t algorithm, in get_supported_block_modes()
479 keymaster_algorithm_t algorithm, in get_supported_padding_modes()
515 keymaster_algorithm_t algorithm, in get_supported_digests()
550 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_import_formats()
583 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_export_formats()
669 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest()
691 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting()
723 keymaster_algorithm_t algorithm; in KeyRequiresSoftwareDigesting() local
1226 keymaster_algorithm_t algorithm = KM_ALGORITHM_AES; in begin() local
1625 void SoftKeymasterDevice::StoreDefaultNewKeyParams(keymaster_algorithm_t algorithm, in StoreDefaultNewKeyParams()