Searched refs:bn_expand (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h255 /* The next are internal book keeping for bn_expand. */
480 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h255 /* The next are internal book keeping for bn_expand. */
480 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h236 /* The next are internal book keeping for bn_expand. */
458 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbn.h273 /* The next are internal book keeping for bn_expand. */
622 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro

Completed in 68 milliseconds