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

  /external/chromium_org/third_party/openssl/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/openssl/crypto/srp/
srp_vfy.c 79 static int t_fromb64(unsigned char *a, const char *src) function
233 len = t_fromb64(tmp, v);
236 len = t_fromb64(tmp, s);
296 len = t_fromb64(tmp, ch);
546 if (!(len = t_fromb64(tmp, N))) goto err;
548 if (!(len = t_fromb64(tmp, g))) goto err;
570 if (!(len = t_fromb64(tmp2, *salt)))

Completed in 211 milliseconds