Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c28 uint8_t output[BLOCK_SIZE]; in aes_gcm_siv_initkey()
33 uint8_t block[BLOCK_SIZE]; in aes_gcm_siv_initkey()
63 for (i = 0; i < BLOCK_SIZE; i += 8) { in aes_gcm_siv_initkey()
70 out_len = BLOCK_SIZE; in aes_gcm_siv_initkey()
71 if (!EVP_EncryptUpdate(ctx->ecb_ctx, output, &out_len, data.block, BLOCK_SIZE)) in aes_gcm_siv_initkey()
85 out_len = BLOCK_SIZE; in aes_gcm_siv_initkey()
154 uint8_t padding[BLOCK_SIZE]; in aes_gcm_siv_encrypt()
337 uint8_t keystream[BLOCK_SIZE]; in aes_gcm_siv_ctr32()
345 uint32_t x32[BLOCK_SIZE / sizeof(uint32_t)]; in aes_gcm_siv_ctr32()
346 uint8_t x8[BLOCK_SIZE]; in aes_gcm_siv_ctr32()
[all …]
H A Dcipher_aes_gcm_siv.h14 #define BLOCK_SIZE 16 macro
43 uint8_t msg_auth_key[BLOCK_SIZE];

Completed in 13 milliseconds