Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go632 type ProjectiveGroupElement struct { struct
652 func (p *ProjectiveGroupElement) Zero() { argument
658 func (p *ProjectiveGroupElement) Double(r *CompletedGroupElement) { argument
672 func (p *ProjectiveGroupElement) ToBytes(s *[32]byte) { argument
690 var q ProjectiveGroupElement
702 func (p *ExtendedGroupElement) ToProjective(r *ProjectiveGroupElement) {
764 func (p *CompletedGroupElement) ToProjective(r *ProjectiveGroupElement) {
879 func GeDoubleScalarMultVartime(r *ProjectiveGroupElement, a *[32]byte, A *ExtendedGroupElement, b *… argument
998 var s ProjectiveGroupElement
/external/boringssl/src/ssl/test/runner/ed25519/
Ded25519.go202 var R edwards25519.ProjectiveGroupElement