HomeSort by: relevance | last modified time | path
    Searched defs:gf_s (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
field.h 35 typedef struct gf_s { struct
37 } ALIGNED gf_s, gf[1]; typedef in typeref:struct:gf_s
57 void ossl_gf_mul(gf_s *RESTRICT out, const gf a, const gf b);
58 void ossl_gf_mulw_unsigned(gf_s *RESTRICT out, const gf a, uint32_t b);
59 void ossl_gf_sqr(gf_s *RESTRICT out, const gf a);
81 static ossl_inline void gf_sqrn(gf_s *RESTRICT y, const gf x, int n)
158 static ossl_inline void gf_cond_swap(gf x, gf_s *RESTRICT y, mask_t swap)
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
field.h 35 typedef struct gf_s { struct
37 } ALIGNED gf_s, gf[1]; typedef in typeref:struct:gf_s
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)
159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap)
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
field.h 35 typedef struct gf_s { struct
37 } ALIGNED gf_s, gf[1]; typedef in typeref:struct:gf_s
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);
77 static ossl_inline void gf_sqrn(gf_s * RESTRICT y, const gf x, int n)
154 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap)

Completed in 25 milliseconds