Home
last modified time | relevance | path

Searched refs:salt2 (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_module_tests.c1962 u8 salt2[80] = { in test_extract_expand_hkdf() local
2024 if (hmac_sha256(salt2, sizeof(salt2), ikm2, sizeof(ikm2), prk) < 0) in test_extract_expand_hkdf()
/external/python/cpython3/Doc/library/
Dhashlib.rst587 >>> salt2 = os.urandom(blake2b.SALT_SIZE)
588 >>> h2 = blake2b(salt=salt2)