Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/curve448/
H A 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()
H A Dfield.h63 mask_t gf_hibit(const gf x);