Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/curve448/
A Dfield.h27 # define RESTRICT __restrict__ macro
31 # define RESTRICT macro
57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
58 void gf_mulw_unsigned(gf_s * RESTRICT out, const gf a, uint32_t b);
59 void gf_sqr(gf_s * RESTRICT out, const gf a);
82 static ossl_inline void gf_sqrn(gf_s * RESTRICT y, const gf x, int n) in gf_sqrn()
159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap) in gf_cond_swap()
A Dcurve448.c223 static ossl_inline void constant_time_lookup_niels(niels_s * RESTRICT ni, in constant_time_lookup_niels()
/openssl-master/crypto/ec/curve448/arch_32/
A Df_impl32.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
73 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
101 void gf_sqr(gf_s * RESTRICT cs, const gf as)
/openssl-master/crypto/ec/curve448/arch_64/
A Df_impl64.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
76 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
102 void gf_sqr(gf_s * RESTRICT cs, const gf as)

Completed in 6 milliseconds