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

  /external/openssl/crypto/bn/
bn.h 322 /* The next are internal book keeping for bn_expand. */
682 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
    [all...]
  /external/openssl/include/openssl/
bn.h 322 /* The next are internal book keeping for bn_expand. */
682 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
    [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 291 /* The next are internal book keeping for bn_expand. */
640 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro

Completed in 19 milliseconds