Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/curve448/
Df_generic.c31 assert(gf_hibit(red) == 0); in gf_serialize()
46 mask_t gf_hibit(const gf x) in gf_hibit() function
95 succ = with_hibit ? 0 - (mask_t) 1 : ~gf_hibit(x); in gf_deserialize()
Dfield.h63 mask_t gf_hibit(const gf x);