Searched defs:AES_BLOCK_SIZE (Results 1 – 13 of 13) sorted by relevance
12 #define AES_BLOCK_SIZE 16 macro
58 const AES_KEY *key, uint8_t ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()59 uint8_t ecount_buf[AES_BLOCK_SIZE], unsigned int *num) { in AES_ctr128_encrypt()
11 #define AES_BLOCK_SIZE 16 macro
23 #define AES_BLOCK_SIZE 16 macro
68 #define AES_BLOCK_SIZE 16 macro
32 private static final int AES_BLOCK_SIZE = 16; field in OpenSSLAeadCipherAES
30 private static final int AES_BLOCK_SIZE = 16; field in OpenSSLEvpCipherAES
28 private static final int AES_BLOCK_SIZE = 16; field in OpenSSLAeadCipherAES
26 private static final int AES_BLOCK_SIZE = 16; field in OpenSSLEvpCipherAES
620 const uint8_t initial_counter[AES_BLOCK_SIZE], in gcm_siv_crypt()