Searched defs:BN_dup (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_lib.c368 * The reason to use this instead of a BN_dup() followed by a bn_expand2()
369 * is memory allocation overhead. A BN_dup() followed by a bn_expand2()
383 * because BN_dup() does not preserve 'dmax'!
412 r = BN_dup(b);
460 BIGNUM *BN_dup(const BIGNUM *a) function

Completed in 55 milliseconds