Home | History | Annotate | Download | only in common

Lines Matching refs:prime_buf

49 		tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime,
51 if (tmp->prime_buf == NULL) {
55 tmp->prime = tmp->prime_buf;
80 crypto_bignum_deinit(tmp->prime_buf, 0);