Home
last modified time | relevance | path

Searched refs:SHAKE128 (Results 1 – 9 of 9) sorted by relevance

/external/python/cryptography/tests/hazmat/primitives/
Dtest_hash_vectors.py258 hashes.SHAKE128(digest_size=16)),
270 hashes.SHAKE128(digest_size=16),
286 shake = hashes.SHAKE128(digest_size=output_length)
Dtest_hashes.py187 [hashes.SHAKE128, hashes.SHAKE256]
195 [hashes.SHAKE128, hashes.SHAKE256]
/external/python/cryptography/vectors/cryptography_vectors/hashes/SHAKE/
DSHAKE128LongMsg.rsp2 # "SHAKE128 LongMsg" information for "SHAKE3AllBytesGT"
3 # SHAKE128 tests are configured for BYTE oriented implementations
DSHAKE128Monte.rsp2 # "SHAKE128 Monte" information for "SHAKE3AllBytesGT"
DSHAKE128ShortMsg.rsp2 # "SHAKE128 ShortMsg" information for "SHAKE3AllBytesGT"
3 # SHAKE128 tests are configured for BYTE oriented implementations
DSHAKE128VariableOut.rsp2 # "SHAKE128 VariableOut" information for "SHAKE3AllBytesGT"
/external/python/cryptography/src/cryptography/hazmat/primitives/
Dhashes.py185 class SHAKE128(object): class
/external/python/cryptography/docs/hazmat/primitives/
Dcryptographic-hashes.rst188 .. class:: SHAKE128(digest_size)
192 SHAKE128 is an extendable output function (XOF) based on the same core
/external/python/cryptography/
DCHANGELOG.rst29 * Added support for :class:`~cryptography.hazmat.primitives.hashes.SHAKE128`