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
402 keymaster_algorithm_t algorithm, in get_supported_block_modes()
436 keymaster_algorithm_t algorithm, in get_supported_padding_modes()
470 keymaster_algorithm_t algorithm, in get_supported_digests()
503 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_import_formats()
534 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_export_formats()
612 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest()
634 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting()
665 keymaster_algorithm_t algorithm; in KeyRequiresSoftwareDigesting() local
1122 keymaster_algorithm_t algorithm = KM_ALGORITHM_AES; in begin() local
1499 void SoftKeymasterDevice::StoreDefaultNewKeyParams(keymaster_algorithm_t algorithm, in StoreDefaultNewKeyParams()