Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_module_tests.c2111 u8 salt2[80] = { in test_extract_expand_hkdf() local
2173 if (hmac_sha256(salt2, sizeof(salt2), ikm2, sizeof(ikm2), prk) < 0) in test_extract_expand_hkdf()
/third_party/ntfs-3g/ntfsprogs/
Dntfsdecrypt.c852 static const u8 *salt2 = (const u8*)"Scott Field"; in ntfs_desx_key_expand() local
877 gcry_md_write(hd2, salt2, salt_len); in ntfs_desx_key_expand()
/third_party/python/Doc/library/
Dhashlib.rst604 >>> salt2 = os.urandom(blake2b.SALT_SIZE)
605 >>> h2 = blake2b(salt=salt2)