Home
last modified time | relevance | path

Searched refs:salt1 (Results 1 – 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_module_tests.c2075 u8 salt1[13] = { in test_extract_expand_hkdf() local
2158 if (hmac_sha256(salt1, sizeof(salt1), ikm1, sizeof(ikm1), prk) < 0) in test_extract_expand_hkdf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_module_tests.c1926 u8 salt1[13] = { in test_extract_expand_hkdf() local
2009 if (hmac_sha256(salt1, sizeof(salt1), ikm1, sizeof(ikm1), prk) < 0) in test_extract_expand_hkdf()
/third_party/ntfs-3g/ntfsprogs/
Dntfsdecrypt.c851 static const u8 *salt1 = (const u8*)"Dan Simon "; in ntfs_desx_key_expand() local
872 gcry_md_write(hd1, salt1, salt_len); in ntfs_desx_key_expand()
/third_party/python/Doc/library/
Dhashlib.rst600 >>> salt1 = os.urandom(blake2b.SALT_SIZE)
601 >>> h1 = blake2b(salt=salt1)
/third_party/sqlite/src/
Dsqlite3.c65202 static void walRestartHdr(Wal *pWal, u32 salt1){
65209 memcpy(&pWal->hdr.aSalt[1], &salt1, 4);
65399 u32 salt1;
65400 sqlite3_randomness(4, &salt1);
65418 walRestartHdr(pWal, salt1);
66663 u32 salt1;
66664 sqlite3_randomness(4, &salt1);
66676 walRestartHdr(pWal, salt1);