Searched refs:crypto_nhpoly1305_setkey (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | nhpoly1305.c | 125 int crypto_nhpoly1305_setkey(struct crypto_shash *tfm, in crypto_nhpoly1305_setkey() function 142 EXPORT_SYMBOL(crypto_nhpoly1305_setkey); variable 234 .setkey = crypto_nhpoly1305_setkey,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | nhpoly1305.c | 125 int crypto_nhpoly1305_setkey(struct crypto_shash *tfm, in crypto_nhpoly1305_setkey() function 142 EXPORT_SYMBOL(crypto_nhpoly1305_setkey); variable 234 .setkey = crypto_nhpoly1305_setkey,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 47 .setkey = crypto_nhpoly1305_setkey,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 47 .setkey = crypto_nhpoly1305_setkey,
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | nhpoly1305.h | 61 int crypto_nhpoly1305_setkey(struct crypto_shash *tfm,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | nhpoly1305.h | 61 int crypto_nhpoly1305_setkey(struct crypto_shash *tfm,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | nhpoly1305-avx2-glue.c | 47 .setkey = crypto_nhpoly1305_setkey,
|
H A D | nhpoly1305-sse2-glue.c | 47 .setkey = crypto_nhpoly1305_setkey,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 54 .setkey = crypto_nhpoly1305_setkey,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | nhpoly1305-avx2-glue.c | 54 .setkey = crypto_nhpoly1305_setkey,
|
H A D | nhpoly1305-sse2-glue.c | 54 .setkey = crypto_nhpoly1305_setkey,
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 54 .setkey = crypto_nhpoly1305_setkey,
|
Completed in 4 milliseconds