OPENSSL_SA_BLOCK_BITS
p = (void **)p[(n >> (OPENSSL_SA_BLOCK_BITS * level))
if ((n >>= OPENSSL_SA_BLOCK_BITS) == 0)
i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK;
#ifndef OPENSSL_SA_BLOCK_BITS
#elif OPENSSL_SA_BLOCK_BITS < 2 || OPENSSL_SA_BLOCK_BITS > (BN_BITS2 - 1)
#define SA_BLOCK_MAX (1 << OPENSSL_SA_BLOCK_BITS)
+ OPENSSL_SA_BLOCK_BITS - 1) \
/ OPENSSL_SA_BLOCK_BITS)
idx >>= OPENSSL_SA_BLOCK_BITS;
idx <<= OPENSSL_SA_BLOCK_BITS;