Searched refs:BN_MUL_LOW_RECURSIVE_SIZE_NORMAL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_lcl.h171 #define BN_MUL_LOW_RECURSIVE_SIZE_NORMAL (32) /* 32 */ macro
H A Dbn_mul.c422 if (n >= BN_MUL_LOW_RECURSIVE_SIZE_NORMAL)
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_lcl.h210 #define BN_MUL_LOW_RECURSIVE_SIZE_NORMAL (32) /* 32 */ macro
H A Dbn_mul.c736 if (n >= BN_MUL_LOW_RECURSIVE_SIZE_NORMAL)
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c3569 if (n >= BN_MUL_LOW_RECURSIVE_SIZE_NORMAL) {

Completed in 87 milliseconds