Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Daes-gcm.c158 memcpy(state->buf_hash + state->buf_pos, d, n); in __gcm_update_aad()
165 head = state->buf_hash; in __gcm_update_aad()
202 memset(state->buf_hash + state->buf_pos, 0, in __gcm_update_payload()
204 internal_aes_gcm_ghash_update(state, state->buf_hash, NULL, 0); in __gcm_update_payload()
222 memcpy(state->buf_hash + state->buf_pos, in __gcm_update_payload()
225 memcpy(state->buf_hash + state->buf_pos, s, n); in __gcm_update_payload()
232 internal_aes_gcm_ghash_update(state, state->buf_hash, in __gcm_update_payload()
278 memset(state->buf_hash + state->buf_pos, 0, in operation_final()
279 sizeof(state->buf_hash) - state->buf_pos); in operation_final()
280 internal_aes_gcm_ghash_update(state, state->buf_hash, NULL, 0); in operation_final()
/optee_os-3.20.0/core/include/crypto/
A Dinternal_aes-gcm.h41 uint8_t buf_hash[TEE_AES_BLOCK_SIZE]; member

Completed in 4 milliseconds