Searched refs:poly1305_final (Results 1 – 3 of 3) sorted by relevance
84 poly1305_final(&poly1305_state, dst + src_len); in __chacha20poly1305_encrypt()157 poly1305_final(&poly1305_state, b.mac); in __chacha20poly1305_decrypt()306 poly1305_final(&poly1305_state, in chacha20poly1305_crypt_sg_inplace()310 poly1305_final(&poly1305_state, b.mac[0]); in chacha20poly1305_crypt_sg_inplace()320 poly1305_final(&poly1305_state, b.mac[1]); in chacha20poly1305_crypt_sg_inplace()
8858 poly1305_final(&poly1305_state, dst + src_len); in chacha20poly1305_encrypt_bignonce()
91 static inline void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest) in poly1305_final() function