Searched refs:tmp_salt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp_vfy.c620 char *tmp_salt; local
622 if ((tmp_salt = OPENSSL_malloc(SRP_RANDOM_SALT_LEN * 2)) == NULL) {
625 t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN);
626 *salt = tmp_salt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp_vfy.c620 char *tmp_salt; local
622 if ((tmp_salt = OPENSSL_malloc(SRP_RANDOM_SALT_LEN * 2)) == NULL) {
625 t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN);
626 *salt = tmp_salt;

Completed in 95 milliseconds