Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Daes-gcm.c69 static TEE_Result __gcm_init(struct internal_aes_gcm_state *state, in __gcm_init() function
137 return __gcm_init(&ctx->state, ek, mode, nonce, nonce_len, tag_len); in internal_aes_gcm_init()
377 res = __gcm_init(&state, enc_key, TEE_MODE_ENCRYPT, nonce, nonce_len, in internal_aes_gcm_enc()
400 res = __gcm_init(&state, enc_key, TEE_MODE_DECRYPT, nonce, nonce_len, in internal_aes_gcm_dec()