Searched refs:crypto_nhpoly1305_final (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | nhpoly1305.c | 218 int crypto_nhpoly1305_final(struct shash_desc *desc, u8 *dst) in crypto_nhpoly1305_final() function 222 EXPORT_SYMBOL(crypto_nhpoly1305_final); variable 233 .final = crypto_nhpoly1305_final,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | nhpoly1305.c | 218 int crypto_nhpoly1305_final(struct shash_desc *desc, u8 *dst) in crypto_nhpoly1305_final() function 222 EXPORT_SYMBOL(crypto_nhpoly1305_final); variable 233 .final = crypto_nhpoly1305_final,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 46 .final = crypto_nhpoly1305_final,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 46 .final = crypto_nhpoly1305_final,
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | nhpoly1305.h | 70 int crypto_nhpoly1305_final(struct shash_desc *desc, u8 *dst);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | nhpoly1305.h | 70 int crypto_nhpoly1305_final(struct shash_desc *desc, u8 *dst);
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | nhpoly1305-avx2-glue.c | 46 .final = crypto_nhpoly1305_final,
|
H A D | nhpoly1305-sse2-glue.c | 46 .final = crypto_nhpoly1305_final,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 53 .final = crypto_nhpoly1305_final,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | nhpoly1305-avx2-glue.c | 53 .final = crypto_nhpoly1305_final,
|
H A D | nhpoly1305-sse2-glue.c | 53 .final = crypto_nhpoly1305_final,
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | nhpoly1305-neon-glue.c | 53 .final = crypto_nhpoly1305_final,
|
Completed in 4 milliseconds