Searched defs:CryptTest (Results 1 – 2 of 2) sorted by relevance
244 type CryptTest struct { struct245 key []byte246 in []byte247 out []byte353 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) {
14 type CryptTest struct { struct15 key []byte16 in []byte17 out []byte