Searched refs:N_bn (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.c572 BIGNUM *N_bn = NULL, *g_bn = NULL, *s = NULL, *v = NULL; local
585 N_bn = BN_bin2bn(tmp, len, NULL);
594 N_bn = gN->N;
610 if (!SRP_create_verifier_BN(user, pass, &s, &v, N_bn, g_bn))
635 BN_free(N_bn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp_vfy.c572 BIGNUM *N_bn = NULL, *g_bn = NULL, *s = NULL, *v = NULL; local
585 N_bn = BN_bin2bn(tmp, len, NULL);
594 N_bn = gN->N;
610 if (!SRP_create_verifier_BN(user, pass, &s, &v, N_bn, g_bn))
635 BN_free(N_bn);

Completed in 104 milliseconds