Searched refs:salt2 (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_module_tests.c | 1962 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/ |
D | crypto_module_tests.c | 2111 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/ |
D | ntfsdecrypt.c | 852 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/ |
D | hashlib.rst | 604 >>> salt2 = os.urandom(blake2b.SALT_SIZE) 605 >>> h2 = blake2b(salt=salt2)
|