Searched refs:int_dh_bn_cpy (Results 1 – 1 of 1) sorted by relevance
385 static int int_dh_bn_cpy(BIGNUM **dst, const BIGNUM *src) { in int_dh_bn_cpy() function404 if (!int_dh_bn_cpy(&to->p, from->p) || in int_dh_param_copy()405 !int_dh_bn_cpy(&to->g, from->g)) { in int_dh_param_copy()413 if (!int_dh_bn_cpy(&to->q, from->q) || in int_dh_param_copy()414 !int_dh_bn_cpy(&to->j, from->j)) { in int_dh_param_copy()