Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dpoly1305_kunit.c23 poly1305_final(&ctx, out); in poly1305()
43 #define HASH_FINAL poly1305_final
98 poly1305_final(&tmp_ctx, mac); in test_poly1305_allones_keys_and_message()
103 poly1305_final(&macofmacs_ctx, mac); in test_poly1305_allones_keys_and_message()
/linux/lib/crypto/
H A Dpoly1305.c70 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *dst) in poly1305_final() function
83 EXPORT_SYMBOL(poly1305_final);
H A Dchacha20poly1305.c83 poly1305_final(&poly1305_state, dst + src_len); in __chacha20poly1305_encrypt()
159 poly1305_final(&poly1305_state, b.mac); in __chacha20poly1305_decrypt()
308 poly1305_final(&poly1305_state, in chacha20poly1305_crypt_sg_inplace()
312 poly1305_final(&poly1305_state, b.mac[0]); in chacha20poly1305_crypt_sg_inplace()
322 poly1305_final(&poly1305_state, b.mac[1]); in chacha20poly1305_crypt_sg_inplace()
H A Dchacha20poly1305-selftest.c8858 poly1305_final(&poly1305_state, dst + src_len); in chacha20poly1305_encrypt_bignonce()
/linux/include/crypto/
H A Dpoly1305.h65 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest);