OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_salt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_vfy.c
583
char *
tmp_salt
;
local
585
if ((
tmp_salt
= OPENSSL_malloc(SRP_RANDOM_SALT_LEN * 2)) == NULL)
590
t_tob64(
tmp_salt
, tmp2, SRP_RANDOM_SALT_LEN);
591
*salt =
tmp_salt
;
/external/openssl/crypto/srp/
srp_vfy.c
583
char *
tmp_salt
;
local
585
if ((
tmp_salt
= OPENSSL_malloc(SRP_RANDOM_SALT_LEN * 2)) == NULL)
590
t_tob64(
tmp_salt
, tmp2, SRP_RANDOM_SALT_LEN);
591
*salt =
tmp_salt
;
Completed in 83 milliseconds