Home
last modified time | relevance | path

Searched refs:buf_pos (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/crypto/
A Daes-gcm.c154 if (state->buf_pos || in __gcm_update_aad()
159 state->buf_pos += n; in __gcm_update_aad()
161 if (state->buf_pos != TEE_AES_BLOCK_SIZE) in __gcm_update_aad()
164 state->buf_pos = 0; in __gcm_update_aad()
202 memset(state->buf_hash + state->buf_pos, 0, in __gcm_update_payload()
205 state->buf_pos = 0; in __gcm_update_payload()
222 memcpy(state->buf_hash + state->buf_pos, in __gcm_update_payload()
227 state->buf_pos += n; in __gcm_update_payload()
229 if (state->buf_pos != TEE_AES_BLOCK_SIZE) in __gcm_update_payload()
234 state->buf_pos = 0; in __gcm_update_payload()
[all …]
A Daes-gcm-sw.c137 assert(!state->buf_pos && num_blocks); in internal_aes_gcm_update_payload_blocks()
/optee_os-3.20.0/core/include/crypto/
A Dinternal_aes-gcm.h47 unsigned int buf_pos; member
/optee_os-3.20.0/core/arch/arm/crypto/
A Daes-gcm-ce.c219 assert(!state->buf_pos && num_blocks); in internal_aes_gcm_update_payload_blocks()

Completed in 6 milliseconds