Home | History | Annotate | Download | only in crypto

Lines Matching refs:BN_dup

588 	rsa->n = BN_dup(pub_rsa->n);
589 rsa->e = BN_dup(pub_rsa->e);