Home
last modified time | relevance | path

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

/external/python/cryptography/tests/hazmat/primitives/
Dtest_hash_vectors.py221 hashes.SHAKE128(digest_size=16)
231 hashes.SHAKE128(digest_size=16),
245 shake = hashes.SHAKE128(digest_size=output_length)
Dtest_hashes.py187 @pytest.mark.parametrize("xof", [hashes.SHAKE128, hashes.SHAKE256])
192 @pytest.mark.parametrize("xof", [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.py189 class SHAKE128(object): class
/external/rust/crates/coset/src/iana/
Dmod.rs256 SHAKE128: -18,
/external/python/cryptography/docs/hazmat/primitives/
Dcryptographic-hashes.rst187 .. class:: SHAKE128(digest_size)
191 SHAKE128 is an extendable output function (XOF) based on the same core
/external/rust/crates/openssl/src/
Dhash.rs723 Nid::SHAKE128.as_raw() in test_shake_128()
Dnid.rs1088 pub const SHAKE128: Nid = Nid(ffi::NID_shake128); constant
/external/python/cryptography/
DCHANGELOG.rst323 * Added support for :class:`~cryptography.hazmat.primitives.hashes.SHAKE128`
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dbackend.py214 hashes.SHAKE128,