Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_copy

187 /* BN_copy sets |dest| equal to |src| and returns |dest| or NULL on allocation
189 OPENSSL_EXPORT BIGNUM *BN_copy(BIGNUM *dest, const BIGNUM *src);