Lines Matching refs:bytes
17 # 32 bytes input
24 # 48 bytes input
31 # 64 bytes input
45 # 17 bytes Input((Default is CS1 if CTSMode is not specified)
53 # 31 bytes input
62 # 32 bytes input
71 # 47 bytes input
79 # 64 bytes input (CS1 is equivalent to CBC when the last block in full)
91 # 47 bytes input
99 # 127 bytes
107 # 129 bytes
142 # 15 bytes should fail for CS1
160 # 17 bytes Input (For partial blocks the output should match CS3)
169 # 31 bytes input (For partial blocks the output should match CS3)
178 # 32 bytes input (Aligned blocks should match normal CBC mode)
187 # 47 bytes input
196 # 64 bytes input (CS2 is equivalent to CBC when the last block in full)
231 # Failure test - 15 bytes should fail for CS2
242 # 17 bytes Input
251 # 31 bytes input
260 # 32 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
269 # 47 bytes input
278 # 48 bytes input
287 # 64 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
297 # 47 bytes input
354 # 15 bytes should fail for CS3
362 # 16 bytes input
369 # 16 bytes with CS3 should return the same as plain CBC mode.