Home
last modified time | relevance | path

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

/linux-6.1.9/lib/crypto/
Dchacha20poly1305.c84 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()
Dchacha20poly1305-selftest.c8858 poly1305_final(&poly1305_state, dst + src_len); in chacha20poly1305_encrypt_bignonce()
/linux-6.1.9/include/crypto/
Dpoly1305.h91 static inline void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest) in poly1305_final() function