Searched refs:Poly1305 (Results 1 – 5 of 5) sorted by relevance
31 class Poly1305: class86 return Poly1305(rand_bytes(POLY1305_KEY_SIZE))228 ctx = Poly1305(key)235 Poly1305(key).update(data).digest())
54 tristate "KUnit tests for Poly1305" if !KUNIT_ALL_TESTS59 KUnit tests for the Poly1305 library functions.
139 The Poly1305 library functions. Select this if your module uses any153 # This symbol controls the inclusion of the Poly1305 generic code. This differs
10 # Poly1305 - this version mainly using vector/VSX/Scalar
772 tristate "ChaCha20-Poly1305"778 ChaCha20 stream cipher and Poly1305 authenticator combined