Home
last modified time | relevance | path

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

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/bsaes.git/
H A Daes_test.go30 implCt32 = &Impl{"ct32", ct32.NewCipher} var
40 impls = []*Impl{implCt32, implCt64}
662 b.Run("ECB-AES128", func(b *testing.B) { doBenchECB(b, implCt32, 16) })
664 b.Run("ECB-AES192", func(b *testing.B) { doBenchECB(b, implCt32, 24) })
666 b.Run("ECB-AES256", func(b *testing.B) { doBenchECB(b, implCt32, 32) })
683 doBench(b, implCt32)
701 nativeImpl = implCt32
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/git.schwanenlied.me/yawning/bsaes.git/
H A Daes_test.go30 implCt32 = &Impl{"ct32", ct32.NewCipher} var
40 impls = []*Impl{implCt32, implCt64}
662 b.Run("ECB-AES128", func(b *testing.B) { doBenchECB(b, implCt32, 16) })
664 b.Run("ECB-AES192", func(b *testing.B) { doBenchECB(b, implCt32, 24) })
666 b.Run("ECB-AES256", func(b *testing.B) { doBenchECB(b, implCt32, 32) })
683 doBench(b, implCt32)
701 nativeImpl = implCt32
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/git.schwanenlied.me/yawning/bsaes.git/
H A Daes_test.go30 implCt32 = &Impl{"ct32", ct32.NewCipher} var
40 impls = []*Impl{implCt32, implCt64}
662 b.Run("ECB-AES128", func(b *testing.B) { doBenchECB(b, implCt32, 16) })
664 b.Run("ECB-AES192", func(b *testing.B) { doBenchECB(b, implCt32, 24) })
666 b.Run("ECB-AES256", func(b *testing.B) { doBenchECB(b, implCt32, 32) })
683 doBench(b, implCt32)
701 nativeImpl = implCt32