Searched refs:OPENSSL_SA_BLOCK_BITS (Results 1 – 2 of 2) sorted by relevance
33 #ifndef OPENSSL_SA_BLOCK_BITS34 # define OPENSSL_SA_BLOCK_BITS 4 macro35 #elif OPENSSL_SA_BLOCK_BITS < 2 || OPENSSL_SA_BLOCK_BITS > (BN_BITS2 - 1)36 # error OPENSSL_SA_BLOCK_BITS is out of range45 #define SA_BLOCK_MAX (1 << OPENSSL_SA_BLOCK_BITS)48 + OPENSSL_SA_BLOCK_BITS - 1) \49 / OPENSSL_SA_BLOCK_BITS)83 idx >>= OPENSSL_SA_BLOCK_BITS; in sa_doall()91 idx <<= OPENSSL_SA_BLOCK_BITS; in sa_doall()167 p = (void **)p[(n >> (OPENSSL_SA_BLOCK_BITS * level)) in ossl_sa_get()[all …]
13 OPENSSL_SA_BLOCK_BITS Specifies the number of bits covered by each block20 SA_BLOCK_MAX = 2 ^ OPENSSL_SA_BLOCK_BITS23 OPENSSL_SA_BLOCK_BITS rounded up to the next multiple24 of OPENSSL_SA_BLOCK_BITS26 `OPENSSL_SA_BLOCK_BITS` can be defined at compile time and this overrides the