Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
/external/python/cpython3/Doc/library/
Dhashlib.rst583 >>> salt1 = os.urandom(blake2b.SALT_SIZE)
584 >>> h1 = blake2b(salt=salt1)
/external/sqlite/dist/orig/
Dsqlite3.c57307 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/
Dsqlite3.c57323 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);