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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dbn.c121 BIGNUM *BN_dup(const BIGNUM *src) { function
/external/openssl/crypto/bn/
H A Dbn_lib.c377 * The reason to use this instead of a BN_dup() followed by a bn_expand2()
378 * is memory allocation overhead. A BN_dup() followed by a bn_expand2()
392 * because BN_dup() does not preserve 'dmax'!
421 r = BN_dup(b);
469 BIGNUM *BN_dup(const BIGNUM *a) function

Completed in 76 milliseconds