Home
last modified time | relevance | path

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

/netbsd/src/lib/libcrypt/
Dcrypt-argon2.c392 char saltbuf[128]; in __crypt_argon2() local
406 ctx.salt = (uint8_t *)saltbuf; in __crypt_argon2()
407 ctx.saltlen = sizeof(saltbuf); in __crypt_argon2()
437 explicit_memset(saltbuf, 0, sizeof(saltbuf)); in __crypt_argon2()
/netbsd/src/external/bsd/wpa/dist/src/radius/
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()
/netbsd/src/external/bsd/ppp/dist/pppd/
Deap.c578 tpw.pebuf.salt.len = t_fromb64((char *)tpw.saltbuf, in eap_figure_next_state()
580 tpw.pebuf.salt.data = tpw.saltbuf; in eap_figure_next_state()