Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Dfield.h26 # define INLINE_UNUSED __inline__ __attribute__((__unused__,__always_inline__)) macro
30 # define INLINE_UNUSED ossl_inline macro
44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy()
49 static INLINE_UNUSED void gf_add_RAW(gf out, const gf a, const gf b);
50 static INLINE_UNUSED void gf_sub_RAW(gf out, const gf a, const gf b);
51 static INLINE_UNUSED void gf_bias(gf inout, int amount);
52 static INLINE_UNUSED void gf_weak_reduce(gf inout);

Completed in 6 milliseconds