Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dnhpoly1305.c218 int crypto_nhpoly1305_final(struct shash_desc *desc, u8 *dst) in crypto_nhpoly1305_final() function
222 EXPORT_SYMBOL(crypto_nhpoly1305_final);
233 .final = crypto_nhpoly1305_final,
/openbmc/linux/arch/x86/crypto/
H A Dnhpoly1305-sse2-glue.c46 .final = crypto_nhpoly1305_final,
H A Dnhpoly1305-avx2-glue.c46 .final = crypto_nhpoly1305_final,
/openbmc/linux/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c46 .final = crypto_nhpoly1305_final,
/openbmc/linux/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c46 .final = crypto_nhpoly1305_final,
/openbmc/linux/include/crypto/
H A Dnhpoly1305.h70 int crypto_nhpoly1305_final(struct shash_desc *desc, u8 *dst);