HomeSort by relevance Sort by last modified time
    Searched refs:bn_expand2 (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/bn/
bn.h 683 (a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2))
684 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
685 BIGNUM *bn_expand2(BIGNUM *a, int words);
    [all...]
bn_lib.c 316 /* This is used both by bn_expand2() and bn_dup_expand() */
382 /* This is an internal function that can be used instead of bn_expand2()
387 * The reason to use this instead of a BN_dup() followed by a bn_expand2()
388 * is memory allocation overhead. A BN_dup() followed by a bn_expand2()
445 BIGNUM *bn_expand2(BIGNUM *b, int words) function
  /external/openssl/include/openssl/
bn.h 683 (a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2))
684 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
685 BIGNUM *bn_expand2(BIGNUM *a, int words);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 641 (a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2))
642 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
643 BIGNUM *bn_expand2(BIGNUM *a, int words);

Completed in 24 milliseconds