Searched refs:poly1305_final (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | poly1305_kunit.c | 23 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 D | poly1305.c | 70 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *dst) in poly1305_final() function 83 EXPORT_SYMBOL(poly1305_final);
|
| H A D | chacha20poly1305.c | 83 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 D | chacha20poly1305-selftest.c | 8858 poly1305_final(&poly1305_state, dst + src_len); in chacha20poly1305_encrypt_bignonce()
|
| /linux/include/crypto/ |
| H A D | poly1305.h | 65 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest);
|