Home
last modified time | relevance | path

Searched full:salt1 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.c6 static const char * salt1 = ""; variable
54 tv(passwd1, salt1, N1, r1, p1); in main()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Daspeed,ast2600-pinctrl.yaml45 RXD1, RXD2, RXD3, RXD4, SALT1, SALT10, SALT11, SALT12, SALT13, SALT14,
71 RXD1, RXD2, RXD3, RXD4, SALT1, SALT10G0, SALT10G1, SALT11G0, SALT11G1,
H A Daspeed,ast2400-pinctrl.yaml48 RXD4, SALT1, SALT2, SALT3, SALT4, SD1, SD2, SGPMCK, SGPMI, SGPMLD,
H A Daspeed,ast2500-pinctrl.yaml60 RMII2, RXD1, RXD2, RXD3, RXD4, SALT1, SALT10, SALT11, SALT12, SALT13,
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-g6-pinctrl.dtsi736 function = "SALT1";
737 groups = "SALT1";
H A Daspeed-g4.dtsi1191 function = "SALT1";
1192 groups = "SALT1";
H A Daspeed-g5.dtsi1335 function = "SALT1";
1336 groups = "SALT1";
/freebsd/contrib/wpa/src/crypto/
H A 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()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c67046 ** The value of parameter salt1 is used as the aSalt[1] value in the
67050 static void walRestartHdr(Wal *pWal, u32 salt1){
67057 memcpy(&pWal->hdr.aSalt[1], &salt1, 4);
67248 u32 salt1;
67249 sqlite3_randomness(4, &salt1);
67267 walRestartHdr(pWal, salt1);
68747 u32 salt1;
68748 sqlite3_randomness(4, &salt1);
68760 walRestartHdr(pWal, salt1);