Searched refs:salt1 (Results 1 – 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_module_tests.c | 2075 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/ |
D | crypto_module_tests.c | 1926 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/ |
D | ntfsdecrypt.c | 851 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/ |
D | hashlib.rst | 600 >>> salt1 = os.urandom(blake2b.SALT_SIZE) 601 >>> h1 = blake2b(salt=salt1)
|
/third_party/sqlite/src/ |
D | sqlite3.c | 65202 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);
|