Searched refs:t_fromb64 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp_vfy.c83 static int t_fromb64(unsigned char *a, const char *src) function
236 len = t_fromb64(tmp, v);
239 len = t_fromb64(tmp, s);
313 len = t_fromb64(tmp, ch);
583 if (!(len = t_fromb64(tmp, N)))
586 if (!(len = t_fromb64(tmp, g)))
605 if (!(len = t_fromb64(tmp2, *salt)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp_vfy.c83 static int t_fromb64(unsigned char *a, const char *src) function
236 len = t_fromb64(tmp, v);
239 len = t_fromb64(tmp, s);
313 len = t_fromb64(tmp, ch);
583 if (!(len = t_fromb64(tmp, N)))
586 if (!(len = t_fromb64(tmp, g)))
605 if (!(len = t_fromb64(tmp2, *salt)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Deap.c547 tpw.pebuf.password.len = t_fromb64((char *)tpw.pwbuf,
550 tpw.pebuf.salt.len = t_fromb64((char *)tpw.saltbuf,

Completed in 77 milliseconds