Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Daes-gcm.c76 if (tag_len > sizeof(state->buf_tag)) in __gcm_init()
96 state->ctr, state->buf_tag); in __gcm_init()
285 xor_buf(state->buf_tag, state->hash_state, state->tag_len); in operation_final()
304 memcpy(tag, state->buf_tag, state->tag_len); in __gcm_enc_final()
332 if (consttime_memcmp(state->buf_tag, tag, tag_len)) in __gcm_dec_final()
/optee_os-3.20.0/core/include/crypto/
A Dinternal_aes-gcm.h40 uint8_t buf_tag[TEE_AES_BLOCK_SIZE]; member

Completed in 3 milliseconds