Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go640 type CompletedGroupElement struct { struct
658 func (p *ProjectiveGroupElement) Double(r *CompletedGroupElement) {
689 func (p *ExtendedGroupElement) Double(r *CompletedGroupElement) {
764 func (p *CompletedGroupElement) ToProjective(r *ProjectiveGroupElement) { argument
770 func (p *CompletedGroupElement) ToExtended(r *ExtendedGroupElement) { argument
783 func geAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *CachedGroupElement) { argument
799 func geSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *CachedGroupElement) { argument
815 func geMixedAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) { argument
830 func geMixedSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) { argument
882 var t CompletedGroupElement
[all …]