Searched defs:AES_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance
23 const uint8_t plaintext[AES_BLOCK_SIZE], in TestAES()24 const uint8_t ciphertext[AES_BLOCK_SIZE]) { in TestAES()
57 const AES_KEY *key, uint8_t ivec[AES_BLOCK_SIZE], in AES_ctr128_encrypt()58 uint8_t ecount_buf[AES_BLOCK_SIZE], unsigned int *num) { in AES_ctr128_encrypt()
12 #define AES_BLOCK_SIZE 16 macro
11 #define AES_BLOCK_SIZE 16 macro
68 #define AES_BLOCK_SIZE 16 macro
630 private static final int AES_BLOCK_SIZE = 16; field in OpenSSLCipher.EVP_CIPHER.AES1085 private static final int AES_BLOCK_SIZE = 16; field in OpenSSLCipher.EVP_AEAD.AES