Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/bn/
H A Dbn_lib.c981 #define BN_CONSTTIME_SWAP_FLAGS (BN_FLG_CONSTTIME | BN_FLG_FIXED_TOP) in BN_consttime_swap() macro
983 t = ((a->flags ^ b->flags) & BN_CONSTTIME_SWAP_FLAGS) & condition; in BN_consttime_swap()
995 #undef BN_CONSTTIME_SWAP_FLAGS