Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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() local
91 idx <<= OPENSSL_SA_BLOCK_BITS; in sa_doall() local
[all...]
/third_party/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() local
91 idx <<= OPENSSL_SA_BLOCK_BITS; in sa_doall() local
[all...]

Completed in 1 milliseconds