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

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

Completed in 46 milliseconds