OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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)))
Completed in 51 milliseconds