Searched refs:crypto_blake2s_setkey (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
D | blake2s_generic.c | 15 static int crypto_blake2s_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_blake2s_setkey() function 96 .setkey = crypto_blake2s_setkey, 111 .setkey = crypto_blake2s_setkey, 126 .setkey = crypto_blake2s_setkey, 141 .setkey = crypto_blake2s_setkey,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | blake2s-glue.c | 61 static int crypto_blake2s_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_blake2s_setkey() function 142 .setkey = crypto_blake2s_setkey, 157 .setkey = crypto_blake2s_setkey, 172 .setkey = crypto_blake2s_setkey, 187 .setkey = crypto_blake2s_setkey,
|