Home
last modified time | relevance | path

Searched refs:gf_sub_RAW (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/ec/curve448/
Dfield.h50 static INLINE_UNUSED void gf_sub_RAW(gf out, const gf a, const gf b);
101 gf_sub_RAW(c, a, b); in gf_sub_nr()
110 gf_sub_RAW(c, a, b); in gf_subx_nr()
Df_generic.c144 gf_sub_RAW(d, a, b); in gf_sub()
/third_party/openssl/crypto/ec/curve448/arch_32/
Df_impl.h31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() function