Home | History | Annotate | Download | only in apps

Lines Matching full:bnsecret

2514 	BIGNUM *bnsecret = BN_new();
2524 BN_bin2bn((const unsigned char *)secret, strlen(secret), bnsecret);
2526 ctx = JPAKE_CTX_new(us, them, p, g, q, bnsecret);
2527 BN_free(bnsecret);