Home
last modified time | relevance | path

Searched refs:gf_hibit (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/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);
/third_party/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);

Completed in 2 milliseconds