Home
last modified time | relevance | path

Searched refs:saltbuf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/radius/
H A Dradius.c1222 u8 hash[MD5_MAC_LEN], saltbuf[2], *pos; in encrypt_ms_key() local
1226 WPA_PUT_BE16(saltbuf, salt); in encrypt_ms_key()
1247 addr[2] = saltbuf; in encrypt_ms_key()
1248 _len[2] = sizeof(saltbuf); in encrypt_ms_key()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c1036 unsigned char ikm[100], saltbuf[100], info[100], okm[100], tmp[107]; in test_HKDF_inner() local
1047 salt = saltbuf; in test_HKDF_inner()
1048 salt_len = hextobin(saltbuf, salthex); in test_HKDF_inner()