Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Daes_operation.h35 size_t block_size_bytes() const override { return AES_BLOCK_SIZE; } in block_size_bytes() function
Dtriple_des_operation.h35 size_t block_size_bytes() const override { return 8 /* DES_BLOCK_SIZE */; } in block_size_bytes() function
Dblock_cipher_operation.h101 size_t block_size_bytes() const { return cipher_description_.block_size_bytes(); } in block_size_bytes() function