Home
last modified time | relevance | path

Searched defs:CryptTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Daes_test.go244 type CryptTest struct { struct
245 key []byte
246 in []byte
247 out []byte
353 func benchmarkEncrypt(b *testing.B, tt CryptTest) {
372 func benchmarkDecrypt(b *testing.B, tt CryptTest) {
391 func benchmarkExpand(b *testing.B, tt CryptTest) {
405 func benchmarkCreateCipher(b *testing.B, tt CryptTest) {
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/des/
Ddes_test.go14 type CryptTest struct { struct
15 key []byte
16 in []byte
17 out []byte