Home
last modified time | relevance | path

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

/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/sike_r3/
H A Dsikep434r3_ec_isogeny.h11 #define xDBL S2N_SIKE_P434_R3_NAMESPACE(xDBL) macro
12 void xDBL(const point_proj_t P, point_proj_t Q, const f2elm_t *A24plus, const f2elm_t *C24);
H A Dsikep434r3_ec_isogeny.c14 void xDBL(const point_proj_t P, point_proj_t Q, const f2elm_t *A24plus, const f2elm_t *C24) in xDBL() function
41 xDBL(Q, Q, A24plus, C24); in xDBLe()
/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/sike_r1/
H A Dsike_r1_namespace.h9 #define xDBL xDBL_r1 macro
H A Dec_isogeny_r1.c10 void xDBL(const point_proj_t P, point_proj_t Q, const f2elm_t *A24plus, const f2elm_t *C24) in xDBL() function
39 xDBL(Q, Q, A24plus, C24); in xDBLe()
H A DP503_internal_r1.h228 void xDBL(const point_proj_t P, point_proj_t Q, const f2elm_t *A24plus, const f2elm_t *C24);
/dports/security/liboqs/liboqs-0.7.0/src/kem/sike/external/
H A Dinternal.h76 static void xDBL(const point_proj_t P, point_proj_t Q, const f2elm_t A24plus, const f2elm_t C24);
H A Dec_isogeny.c8 static void xDBL(const point_proj_t P, point_proj_t Q, const f2elm_t A24plus, const f2elm_t C24) in xDBL() function
36 xDBL(Q, Q, A24plus, C24); in xDBLe()