Searched refs:saltbuf (Results 1 – 2 of 2) sorted by relevance
1222 u8 hash[MD5_MAC_LEN], saltbuf[2], *pos; in encrypt_ms_key() local1226 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()
1036 unsigned char ikm[100], saltbuf[100], info[100], okm[100], tmp[107]; in test_HKDF_inner() local1047 salt = saltbuf; in test_HKDF_inner()1048 salt_len = hextobin(saltbuf, salthex); in test_HKDF_inner()