Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dmodes_test.go66 type testBlockMode struct{} struct
68 func (*testBlockMode) BlockSize() int { return 0 }
69 func (*testBlockMode) CryptBlocks(a, b []byte) {}
70 func (*testBlockMode) InAESPackage() bool { return true }