Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Daes-gcm.c18 static void xor_buf(uint8_t *dst, const uint8_t *src, size_t len) in xor_buf() function
219 xor_buf(state->buf_cryp + state->buf_pos, s, n); in __gcm_update_payload()
285 xor_buf(state->buf_tag, state->hash_state, state->tag_len); in operation_final()

Completed in 3 milliseconds