Home | History | Annotate | Download | only in apps

Lines Matching refs:srp_Verify_N_and_g

412 static int srp_Verify_N_and_g(BIGNUM *N, BIGNUM *g)
481 if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N,g))