Home
last modified time | relevance | path

Searched refs:poly1305_update_generic (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/crypto/
H A Dpoly1305.h76 void poly1305_update_generic(struct poly1305_desc_ctx *desc, const u8 *src,
85 poly1305_update_generic(desc, src, nbytes); in poly1305_update()
/openbmc/linux/lib/crypto/
H A Dpoly1305.c30 void poly1305_update_generic(struct poly1305_desc_ctx *desc, const u8 *src, in poly1305_update_generic() function
61 EXPORT_SYMBOL_GPL(poly1305_update_generic);