Searched refs:gf_bias (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/ec/curve448/ |
D | field.h | 51 static INLINE_UNUSED void gf_bias(gf inout, int amount); 107 gf_bias(c, 2); in gf_sub_nr() 116 gf_bias(c, amt); in gf_subx_nr()
|
D | f_generic.c | 145 gf_bias(d, 2); in gf_sub()
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
D | field.h | 51 static INLINE_UNUSED void gf_bias(gf inout, int amount); 107 gf_bias(c, 2); in gf_sub_nr() 116 gf_bias(c, amt); in gf_subx_nr()
|
D | f_generic.c | 145 gf_bias(d, 2); in gf_sub()
|
/third_party/openssl/crypto/ec/curve448/arch_64/ |
D | f_impl.h | 42 void gf_bias(gf a, int amt) in gf_bias() function
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_64/ |
D | f_impl.h | 42 void gf_bias(gf a, int amt) in gf_bias() function
|
/third_party/openssl/crypto/ec/curve448/arch_32/ |
D | f_impl.h | 39 void gf_bias(gf a, int amt) in gf_bias() function
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_32/ |
D | f_impl.h | 39 void gf_bias(gf a, int amt) in gf_bias() function
|