Searched refs:BN_SQR_RECURSIVE_SIZE_NORMAL (Results 1 – 4 of 4) sorted by relevance
113 if (al < BN_SQR_RECURSIVE_SIZE_NORMAL) in BN_sqr()115 BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL*2]; in BN_sqr()234 if (n2 < BN_SQR_RECURSIVE_SIZE_NORMAL) in bn_sqr_recursive()
209 #define BN_SQR_RECURSIVE_SIZE_NORMAL (16) /* 32 */ macro
184 #define BN_SQR_RECURSIVE_SIZE_NORMAL (16) /* 32 */ macro
733 if (n2 < BN_SQR_RECURSIVE_SIZE_NORMAL) { in bn_sqr_recursive()845 if (al < BN_SQR_RECURSIVE_SIZE_NORMAL) { in BN_sqr()846 BN_ULONG t[BN_SQR_RECURSIVE_SIZE_NORMAL * 2]; in BN_sqr()