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

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

Completed in 134 milliseconds