Searched refs:caam_jobctx (Results 1 – 15 of 15) sorted by relevance
16 struct caam_jobctx { struct22 void (*callback)(struct caam_jobctx *ctx); /* job completion callback */ argument96 enum caam_status caam_jr_enqueue(struct caam_jobctx *jobctx, uint32_t *job_id);
32 struct caam_jobctx *jobctx; /* Caller job context object */182 struct caam_jobctx *jobctx = NULL; in do_jr_dequeue()289 static enum caam_status do_jr_enqueue(struct caam_jobctx *jobctx, in do_jr_enqueue()389 static void job_done(struct caam_jobctx *jobctx) in job_done()448 enum caam_status caam_jr_enqueue(struct caam_jobctx *jobctx, uint32_t *job_id) in caam_jr_enqueue()
47 struct caam_jobctx jobctx; /* Job Ring Context */130 static void rng_data_done(struct caam_jobctx *jobctx) in rng_data_done()425 struct caam_jobctx jobctx = {}; in caam_rng_instantiation()
25 struct caam_jobctx jobctx = { }; in caam_blob_mkvb_init()
72 struct caam_jobctx jobctx = { }; in do_reduce_key()132 struct caam_jobctx jobctx = { }; in do_hmac_init()
397 struct caam_jobctx jobctx = { }; in do_update_hash()577 struct caam_jobctx jobctx = { }; in caam_hash_hmac_final()
29 struct caam_jobctx jobctx = { }; in do_xor_mod_n()
236 struct caam_jobctx jobctx = { }; in do_gen_keypair()335 struct caam_jobctx jobctx = { }; in do_sign()470 struct caam_jobctx jobctx = { }; in do_verify()604 struct caam_jobctx jobctx = { }; in do_shared_secret()
225 struct caam_jobctx jobctx = { }; in do_gen_keypair()385 struct caam_jobctx jobctx = { }; in do_shared_secret()
383 struct caam_jobctx jobctx = { }; in do_gen_keypair()491 struct caam_jobctx jobctx = { }; in do_sign()632 struct caam_jobctx jobctx = { }; in do_verify()
507 struct caam_jobctx jobctx = { }; in run_prime_q()537 struct caam_jobctx jobctx = { }; in run_prime_p()586 struct caam_jobctx jobctx = { }; in do_generator()
526 struct caam_jobctx jobctx = { }; in do_gen_keypair()1166 struct caam_jobctx jobctx = { }; in do_caam_encrypt()1269 struct caam_jobctx jobctx = { }; in do_caam_decrypt()
729 struct caam_jobctx jobctx = { }; in run_primes()
302 struct caam_jobctx jobctx = { }; in run_cmac_desc()
167 struct caam_jobctx jobctx = { }; in caam_cipher_block()
Completed in 21 milliseconds