Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_lib.c870 #define BN_CONSTTIME_SWAP_FLAGS (BN_FLG_CONSTTIME | BN_FLG_FIXED_TOP) in BN_consttime_swap() macro
872 t = ((a->flags ^ b->flags) & BN_CONSTTIME_SWAP_FLAGS) & condition; in BN_consttime_swap()
884 #undef BN_CONSTTIME_SWAP_FLAGS