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