Home
last modified time | relevance | path

Searched refs:crypto_poly1305_final (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/crypto/
Dpoly1305.h62 int crypto_poly1305_final(struct shash_desc *desc, u8 *dst);
/Linux-v5.4/crypto/
Dpoly1305_generic.c264 int crypto_poly1305_final(struct shash_desc *desc, u8 *dst) in crypto_poly1305_final() function
294 EXPORT_SYMBOL_GPL(crypto_poly1305_final);
300 .final = crypto_poly1305_final,
/Linux-v5.4/arch/x86/crypto/
Dpoly1305_glue.c164 .final = crypto_poly1305_final,