Searched full:salt1 (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | pwhash_scrypt_ll.c | 6 static const char * salt1 = ""; variable 54 tv(passwd1, salt1, N1, r1, p1); in main()
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | aspeed,ast2600-pinctrl.yaml | 45 RXD1, RXD2, RXD3, RXD4, SALT1, SALT10, SALT11, SALT12, SALT13, SALT14, 71 RXD1, RXD2, RXD3, RXD4, SALT1, SALT10G0, SALT10G1, SALT11G0, SALT11G1,
|
H A D | aspeed,ast2400-pinctrl.yaml | 48 RXD4, SALT1, SALT2, SALT3, SALT4, SD1, SD2, SGPMCK, SGPMI, SGPMLD,
|
H A D | aspeed,ast2500-pinctrl.yaml | 60 RMII2, RXD1, RXD2, RXD3, RXD4, SALT1, SALT10, SALT11, SALT12, SALT13,
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-g6-pinctrl.dtsi | 736 function = "SALT1"; 737 groups = "SALT1";
|
H A D | aspeed-g4.dtsi | 1191 function = "SALT1"; 1192 groups = "SALT1";
|
H A D | aspeed-g5.dtsi | 1335 function = "SALT1"; 1336 groups = "SALT1";
|
/freebsd/contrib/wpa/src/crypto/ |
H A 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()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 67046 ** 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);
|