Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dconst.go32 var bi = [8]PreComputedGroupElement{
77 var base = [32][8]PreComputedGroupElement{
Dedwards25519.go644 type PreComputedGroupElement struct { struct
777 func (p *PreComputedGroupElement) Zero() { argument
815 func geMixedAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) { argument
830 func geMixedSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) { argument
943 func PreComputedGroupElementCMove(t, u *PreComputedGroupElement, b int32) { argument
949 func selectPoint(t *PreComputedGroupElement, pos int32, b int32) { argument
950 var minusT PreComputedGroupElement
990 var t PreComputedGroupElement