Searched refs:BN_CONSTTIME_SWAP_FLAGS (Results 1 – 1 of 1) sorted by relevance
895 #define BN_CONSTTIME_SWAP_FLAGS (BN_FLG_CONSTTIME | BN_FLG_FIXED_TOP) in BN_consttime_swap() macro897 t = ((a->flags ^ b->flags) & BN_CONSTTIME_SWAP_FLAGS) & condition; in BN_consttime_swap()909 #undef BN_CONSTTIME_SWAP_FLAGS