Searched refs:saltbuf (Results 1 - 7 of 7) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dt_server.h98 unsigned char saltbuf[MAXSALTLEN], bbuf[BLEN], Bbuf[MAXPARAMLEN]; member in struct:t_server
H A Dtphrase.c209 tpw->pebuf.salt.data = tpw->saltbuf;
327 (tpw->pebuf.salt.len = t_fromb64(tpw->saltbuf, saltstr)) > 0 &&
332 tpw->pebuf.salt.data = tpw->saltbuf;
348 char saltbuf[MAXB64SALTLEN]; local
352 t_tob64(saltbuf, ent->salt.data, ent->salt.len), ent->index);
H A Dt_pw.c152 tpw->pebuf.salt.data = tpw->saltbuf;
193 (tpw->pebuf.salt.len = t_fromb64(tpw->saltbuf, saltstr)) > 0 &&
199 tpw->pebuf.salt.data = tpw->saltbuf;
H A Dt_server.c95 ts->s.data = ts->saltbuf;
256 memset(ts->saltbuf, 0, sizeof(ts->saltbuf));
H A Dt_pwd.h203 unsigned char saltbuf[SALTLEN]; member in struct:t_pw
/openwrt/package/network/services/ead/src/
H A Dead.c93 static unsigned char saltbuf[MAXSALTLEN]; variable
105 .salt.data = saltbuf,
233 } while (memcmp(saltbuf, (char *)dig, sizeof(saltbuf)) == 0);
234 if (saltbuf[0] == 0)
235 saltbuf[0] = 0xff;
248 SHA1Update(&ctxt, saltbuf, tpe.salt.len);
H A Dead-client.c53 static unsigned char saltbuf[MAXSALTLEN]; variable
60 static struct t_num salt = { .data = saltbuf };

Completed in 33 milliseconds