HomeSort by relevance Sort by last modified time
    Searched refs:t_fromb64 (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/srp/
srp_vfy.c 79 static int t_fromb64(unsigned char *a, const char *src) function
230 len = t_fromb64(tmp, v);
233 len = t_fromb64(tmp, s);
293 len = t_fromb64(tmp, ch);
543 if (!(len = t_fromb64(tmp, N))) goto err;
545 if (!(len = t_fromb64(tmp, g))) goto err;
567 if (!(len = t_fromb64(tmp2, *salt)))
  /external/ppp/pppd/
eap.c 547 tpw.pebuf.password.len = t_fromb64((char *)tpw.pwbuf,
550 tpw.pebuf.salt.len = t_fromb64((char *)tpw.saltbuf,
    [all...]

Completed in 1900 milliseconds