Searched refs:n2_aes_setkey (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
D | n2_core.c | 725 static int n2_aes_setkey(struct crypto_skcipher *skcipher, const u8 *key, in n2_aes_setkey() function 1186 .setkey = n2_aes_setkey, 1200 .setkey = n2_aes_setkey, 1214 .setkey = n2_aes_setkey,
|
/kernel/linux/linux-4.19/drivers/crypto/ |
D | n2_core.c | 729 static int n2_aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in n2_aes_setkey() function 1244 .setkey = n2_aes_setkey, 1258 .setkey = n2_aes_setkey, 1272 .setkey = n2_aes_setkey,
|