Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_cryp.c55 tee_cryp_ctx_finalize_func_t ctx_finalize; member
2604 if (cs->ctx_finalize != NULL) in cryp_state_free()
2605 cs->ctx_finalize(cs->ctx); in cryp_state_free()
2942 cs_dst->ctx_finalize = cs_src->ctx_finalize; in syscall_cryp_state_copy()
3243 cs->ctx_finalize = crypto_cipher_final; in syscall_cipher_init()
3305 if (last_block && cs->ctx_finalize != NULL) { in tee_svc_cipher_update_helper()
3306 cs->ctx_finalize(cs->ctx); in tee_svc_cipher_update_helper()
3307 cs->ctx_finalize = NULL; in tee_svc_cipher_update_helper()
4116 cs->ctx_finalize = crypto_authenc_final; in syscall_authenc_init()