Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dpadlock-sha.c530 static struct x86_cpu_id padlock_sha_ids[] = { variable
534 MODULE_DEVICE_TABLE(x86cpu, padlock_sha_ids);
543 if (!x86_match_cpu(padlock_sha_ids) || !cpu_has_phe_enabled) in padlock_init()