Searched refs:gf_sub_RAW (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/ec/curve448/ |
H A 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()
|
H A D | f_generic.c | 144 gf_sub_RAW(d, a, b); in gf_sub()
|
/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl.h | 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() function
|
/openssl/crypto/ec/curve448/arch_32/ |
H A D | f_impl.h | 31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() function
|
Completed in 5 milliseconds