Searched refs:gf_sub_RAW (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/ec/curve448/ |
D | field.h | 50 static INLINE_UNUSED void gf_sub_RAW(gf out, const gf a, const gf b); 106 gf_sub_RAW(c, a, b); in gf_sub_nr() 115 gf_sub_RAW(c, a, b); in gf_subx_nr()
|
D | f_generic.c | 144 gf_sub_RAW(d, a, b); in gf_sub()
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
D | field.h | 50 static INLINE_UNUSED void gf_sub_RAW(gf out, const gf a, const gf b); 106 gf_sub_RAW(c, a, b); in gf_sub_nr() 115 gf_sub_RAW(c, a, b); in gf_subx_nr()
|
D | f_generic.c | 144 gf_sub_RAW(d, a, b); in gf_sub()
|
/third_party/openssl/crypto/ec/curve448/arch_64/ |
D | f_impl.h | 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() function
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_64/ |
D | f_impl.h | 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() function
|
/third_party/openssl/crypto/ec/curve448/arch_32/ |
D | f_impl.h | 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() function
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_32/ |
D | f_impl.h | 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() function
|