HomeSort by relevance Sort by last modified time
    Searched defs:BN_dup (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn.c 121 BIGNUM *BN_dup(const BIGNUM *src) {
  /external/openssl/crypto/bn/
bn_lib.c 377 * 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)

Completed in 56 milliseconds