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

/linux-master/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c40 return crypto_nhpoly1305_init(desc) ?:
52 .init = crypto_nhpoly1305_init,
/linux-master/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c40 return crypto_nhpoly1305_init(desc) ?:
52 .init = crypto_nhpoly1305_init,
/linux-master/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c40 return crypto_nhpoly1305_init(desc) ?:
52 .init = crypto_nhpoly1305_init,
H A Dnhpoly1305-sse2-glue.c40 return crypto_nhpoly1305_init(desc) ?:
52 .init = crypto_nhpoly1305_init,
/linux-master/include/crypto/
H A Dnhpoly1305.h64 int crypto_nhpoly1305_init(struct shash_desc *desc);
/linux-master/crypto/
H A Dnhpoly1305.c144 int crypto_nhpoly1305_init(struct shash_desc *desc) function
153 EXPORT_SYMBOL(crypto_nhpoly1305_init); variable
231 .init = crypto_nhpoly1305_init,

Completed in 111 milliseconds