Lines Matching defs:algorithm
110 static keymaster_error_t add_digests(keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests()
138 for (auto algorithm : sig_algorithms) in map_digests() local
150 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()
667 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest()
689 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting()
722 keymaster_algorithm_t algorithm; in KeyRequiresSoftwareDigesting() local
1221 keymaster_algorithm_t algorithm = KM_ALGORITHM_AES; in begin() local
1620 void SoftKeymasterDevice::StoreDefaultNewKeyParams(keymaster_algorithm_t algorithm, in StoreDefaultNewKeyParams()