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

/linux-master/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);
/linux-master/lib/crypto/
H A Dpoly1305.c30 void poly1305_update_generic(struct poly1305_desc_ctx *desc, const u8 *src, function
61 EXPORT_SYMBOL_GPL(poly1305_update_generic); variable

Completed in 105 milliseconds