Searched defs:block_size_bytes (Results 1 – 3 of 3) sorted by relevance
35 size_t block_size_bytes() const override { return AES_BLOCK_SIZE; } in block_size_bytes() function
35 size_t block_size_bytes() const override { return 8 /* DES_BLOCK_SIZE */; } in block_size_bytes() function
103 size_t block_size_bytes() const { return cipher_description_.block_size_bytes(); } in block_size_bytes() function