Home
last modified time | relevance | path

Searched defs:fe_loose (Results 1 – 5 of 5) sorted by relevance

/external/cronet/stable/third_party/boringssl/src/crypto/curve25519/
Dinternal.h65 typedef struct fe_loose { uint64_t v[5]; } fe_loose; typedef
76 typedef struct fe_loose { uint32_t v[10]; } fe_loose; argument
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/curve25519/
Dinternal.h49 typedef struct fe_loose { uint64_t v[5]; } fe_loose; struct
60 typedef struct fe_loose { uint32_t v[10]; } fe_loose; struct
/external/boringssl/src/crypto/curve25519/
Dinternal.h65 typedef struct fe_loose { uint64_t v[5]; } fe_loose; argument
76 typedef struct fe_loose { uint32_t v[10]; } fe_loose; struct
/external/cronet/tot/third_party/boringssl/src/crypto/curve25519/
Dinternal.h65 typedef struct fe_loose { uint64_t v[5]; } fe_loose; typedef
76 typedef struct fe_loose { uint32_t v[10]; } fe_loose; argument
/external/rust/android-crates-io/crates/ring/crypto/curve25519/
Dinternal.h77 typedef struct fe_loose { fe_limb_t v[FE_NUM_LIMBS]; } fe_loose; struct