Home
last modified time | relevance | path

Searched refs:OPENSSL_SA_BLOCK_BITS (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/
H A Dsparse_array.c33 #ifndef OPENSSL_SA_BLOCK_BITS
34 # define OPENSSL_SA_BLOCK_BITS 4 macro
35 #elif OPENSSL_SA_BLOCK_BITS < 2 || OPENSSL_SA_BLOCK_BITS > (BN_BITS2 - 1)
36 # error OPENSSL_SA_BLOCK_BITS is out of range
45 #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 …]
H A DREADME-sparse_array.md13 OPENSSL_SA_BLOCK_BITS Specifies the number of bits covered by each block
20 SA_BLOCK_MAX = 2 ^ OPENSSL_SA_BLOCK_BITS
23 OPENSSL_SA_BLOCK_BITS rounded up to the next multiple
24 of OPENSSL_SA_BLOCK_BITS
26 `OPENSSL_SA_BLOCK_BITS` can be defined at compile time and this overrides the

Completed in 6 milliseconds