Home | History | Annotate | Download | only in common

Lines Matching full:order_buf

57 		tmp->order_buf = crypto_bignum_init_set(tmp->dh->order,
59 if (tmp->order_buf == NULL) {
63 tmp->order = tmp->order_buf;
81 crypto_bignum_deinit(tmp->order_buf, 0);