Searched refs:salt1 (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/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()
|
/external/python/cpython3/Doc/library/ |
D | hashlib.rst | 583 >>> salt1 = os.urandom(blake2b.SALT_SIZE) 584 >>> h1 = blake2b(salt=salt1)
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 57307 static void walRestartHdr(Wal *pWal, u32 salt1){ 57314 memcpy(&pWal->hdr.aSalt[1], &salt1, 4); 57502 u32 salt1; 57503 sqlite3_randomness(4, &salt1); 57521 walRestartHdr(pWal, salt1); 58724 u32 salt1; 58725 sqlite3_randomness(4, &salt1); 58737 walRestartHdr(pWal, salt1);
|
/external/sqlite/dist/ |
D | sqlite3.c | 57323 static void walRestartHdr(Wal *pWal, u32 salt1){ 57330 memcpy(&pWal->hdr.aSalt[1], &salt1, 4); 57518 u32 salt1; 57519 sqlite3_randomness(4, &salt1); 57537 walRestartHdr(pWal, salt1); 58740 u32 salt1; 58741 sqlite3_randomness(4, &salt1); 58753 walRestartHdr(pWal, salt1);
|