Searched defs:AES_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
162 const unsigned char input[AES_BLOCK_SIZE], in mbedtls_aes_crypt_ecb()163 unsigned char output[AES_BLOCK_SIZE]) in mbedtls_aes_crypt_ecb()334 unsigned char iv[AES_BLOCK_SIZE], in aes_crypt_ctr_ofb()391 unsigned char nonce_counter[AES_BLOCK_SIZE], in mbedtls_aes_crypt_ctr()392 unsigned char stream_block[AES_BLOCK_SIZE], in mbedtls_aes_crypt_ctr()408 unsigned char iv[AES_BLOCK_SIZE], in mbedtls_aes_crypt_ofb()498 const unsigned char data_unit[AES_BLOCK_SIZE], in mbedtls_aes_crypt_xts()
28 #define AES_BLOCK_SIZE 16 macro
35 #define AES_BLOCK_SIZE 16 macro
161 #define AES_BLOCK_SIZE 16 macro