Searched refs:operation_final (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | aes-gcm.c | 266 static TEE_Result operation_final(struct internal_aes_gcm_state *state, in operation_final() function 300 res = operation_final(state, enc_key, TEE_MODE_ENCRYPT, src, len, dst); in __gcm_enc_final() 328 res = operation_final(state, enc_key, TEE_MODE_DECRYPT, src, len, dst); in __gcm_dec_final()
|