Searched refs:SA_BLOCK_MASK (Results 1 – 2 of 2) sorted by relevance
46 #define SA_BLOCK_MASK (SA_BLOCK_MAX - 1) macro87 idx = (idx & ~SA_BLOCK_MASK) | n; in sa_doall()168 & SA_BLOCK_MASK]; in ossl_sa_get()169 r = p == NULL ? NULL : p[n & SA_BLOCK_MASK]; in ossl_sa_get()204 i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK; in ossl_sa_set()209 p += posn & SA_BLOCK_MASK; in ossl_sa_set()
15 SA_BLOCK_MASK Specifies a bit mask to perform modulo block size21 SA_BLOCK_MASK = SA_BLOCK_MAX - 1