HomeSort by relevance Sort by last modified time
    Searched full:poly1305_auth_armv6 (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/ssl/test/runner/poly1305/
sum_arm.go 11 func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]byte) func
21 poly1305_auth_armv6(out, mPtr, uint32(len(m)), key)
sum_arm.s 72 // prelude of poly1305_auth_armv6, four bytes for saving the value of g
228 // func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]key)
229 TEXT ·poly1305_auth_armv6(SB), $196-16
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_arm.go 11 func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]byte) func
21 poly1305_auth_armv6(out, mPtr, uint32(len(m)), key)
sum_arm.s 72 // prelude of poly1305_auth_armv6, four bytes for saving the value of g
228 // func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]key)
229 TEXT ·poly1305_auth_armv6(SB), $196-16
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_arm.go 11 func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]byte) func
21 poly1305_auth_armv6(out, mPtr, uint32(len(m)), key)
sum_arm.s 72 // prelude of poly1305_auth_armv6, four bytes for saving the value of g
228 // func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]key)
229 TEXT ·poly1305_auth_armv6(SB), $196-16

Completed in 1118 milliseconds