HomeSort by relevance Sort by last modified time
    Searched defs:cswap (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go 15 func cswap(inout *[5]uint64, v uint64) func
51 cswap(&work[1], uint64(swap))
  /external/boringssl/src/ssl/test/runner/hrss/
hrss.go 373 func (p *poly3) cswap(other *poly3, swap uint) { func
444 func (p *poly2) cswap(other *poly2, swap uint) { func
896 func (a *poly) cswap(b *poly, swap uint16) { func
941 f.cswap(&g, shouldSwap)
942 b.cswap(&c, shouldSwap)
987 f.cswap(&g, shouldSwap)
988 b.cswap(&c, shouldSwap)

Completed in 270 milliseconds