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/openssl/openssl/crypto/bn/
bn_lib.c 368 * 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)
  /external/openssl/crypto/bn/
bn_lib.c 368 * 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)

Completed in 436 milliseconds