Searched refs:BN_MUL_LOW_RECURSIVE_SIZE_NORMAL (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/bn/ | ||
H A D | bn_local.h | 367 # define BN_MUL_LOW_RECURSIVE_SIZE_NORMAL (32)/* 32 */ macro |
H A D | bn_mul.c | 483 if (n >= BN_MUL_LOW_RECURSIVE_SIZE_NORMAL) { in bn_mul_low_recursive() |
Completed in 8 milliseconds