Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/ae/
H A Dlocal.h53 struct caam_ae_ctx { struct
70 bool (*do_block)(struct caam_ae_ctx *caam_ctx, bool encrypt, argument
85 TEE_Result caam_ae_do_update(struct caam_ae_ctx *ctx, struct drvcrypt_buf *src, argument
H A Dcaam_ae.c90 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_allocate()
133 struct caam_ae_ctx *caam_ctx = ctx; in caam_ae_free()
156 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_initialize()
206 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_update_aad()
249 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_update_payload()
268 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_final()
305 struct caam_ae_ctx *dst = dst_ctx; in caam_ae_copy_state()
306 struct caam_ae_ctx *src = src_ctx; in caam_ae_copy_state()
383 static void init_descriptor(struct caam_ae_ctx *caam_ctx) in init_descriptor()
405 static void add_initial_context(struct caam_ae_ctx *caam_ctx) in add_initial_context()
[all …]
H A Dcaam_ae_ccm.c47 static TEE_Result caam_ae_ccm_init_ctx(struct caam_ae_ctx *caam_ctx, in caam_ae_ccm_init_ctx()
148 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_initialize_ccm()
182 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_final_ccm()
H A Dcaam_ae_gcm.c52 static bool caam_ae_do_block_gcm(struct caam_ae_ctx *caam_ctx, bool encrypt, in caam_ae_do_block_gcm()
300 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_initialize_gcm()
326 struct caam_ae_ctx *caam_ctx = NULL; in caam_ae_final_gcm()