Home
last modified time | relevance | path

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

/linux/scripts/crypto/
H A Dgen-hash-testvecs.py31 class Poly1305: class
86 return Poly1305(rand_bytes(POLY1305_KEY_SIZE))
228 ctx = Poly1305(key)
235 Poly1305(key).update(data).digest())
/linux/lib/crypto/tests/
H A DKconfig54 tristate "KUnit tests for Poly1305" if !KUNIT_ALL_TESTS
59 KUnit tests for the Poly1305 library functions.
/linux/lib/crypto/
H A DKconfig139 The Poly1305 library functions. Select this if your module uses any
153 # This symbol controls the inclusion of the Poly1305 generic code. This differs
/linux/lib/crypto/powerpc/
H A Dpoly1305-p10le_64.S10 # Poly1305 - this version mainly using vector/VSX/Scalar
/linux/crypto/
H A DKconfig772 tristate "ChaCha20-Poly1305"
778 ChaCha20 stream cipher and Poly1305 authenticator combined