Searched defs:bn_expand (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dbn.c312 BIGNUM *bn_expand(BIGNUM *bn, unsigned bits) { function
/external/openssl/crypto/bn/
H A Dbn.h322 /* The next are internal book keeping for bn_expand. */
703 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/external/openssl/include/openssl/
H A Dbn.h322 /* The next are internal book keeping for bn_expand. */
703 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro

Completed in 51 milliseconds