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

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn.c 312 BIGNUM *bn_expand(BIGNUM *bn, unsigned bits) { function
  /external/openssl/crypto/bn/
bn.h 322 /* The next are internal book keeping for bn_expand. */
703 #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. */
703 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
    [all...]

Completed in 3723 milliseconds