Home | History | Annotate | Download | only in apps

Lines Matching full:bignum

232         BIGNUM *bn=NULL;
254 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
410 static int srp_Verify_N_and_g(BIGNUM *N, BIGNUM *g)
413 BIGNUM *p = BN_new();
414 BIGNUM *r = BN_new();
456 BIGNUM *N = NULL, *g = NULL;