Home
last modified time | relevance | path

Searched defs:jrdev (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/caam/
H A Dcaamhash.c102 struct device *jrdev; member
204 struct device *jrdev = ctx->jrdev; in ahash_set_sh_desc() local
260 struct device *jrdev = ctx->jrdev; in axcbc_set_sh_desc() local
312 struct device *jrdev = ctx->jrdev; in acmac_set_sh_desc() local
362 struct device *jrdev = ctx->jrdev; in hash_digest_key() local
425 struct device *jrdev = ctx->jrdev; in ahash_setkey() local
488 struct device *jrdev = ctx->jrdev; in axcbc_setkey() local
760 struct device *jrdev = ctx->jrdev; in ahash_do_one_req() local
817 struct device *jrdev = ctx->jrdev; in ahash_update_ctx() local
942 struct device *jrdev = ctx->jrdev; in ahash_final_ctx() local
[all …]
H A Derror.c220 static int report_ccb_status(struct device *jrdev, const u32 status, in report_ccb_status()
267 static int report_jump_status(struct device *jrdev, const u32 status, in report_jump_status()
276 static int report_deco_status(struct device *jrdev, const u32 status, in report_deco_status()
330 static int report_jr_status(struct device *jrdev, const u32 status, in report_jr_status()
339 static int report_cond_code_status(struct device *jrdev, const u32 status, in report_cond_code_status()
348 int caam_strstatus(struct device *jrdev, u32 status, bool qi_v2) in caam_strstatus()
H A Dcaamalg.c115 struct device *jrdev; member
135 struct device *jrdev = ctx->jrdev; in aead_null_set_sh_desc() local
188 struct device *jrdev = ctx->jrdev; in aead_set_sh_desc() local
326 struct device *jrdev = ctx->jrdev; in gcm_set_sh_desc() local
391 struct device *jrdev = ctx->jrdev; in rfc4106_set_sh_desc() local
459 struct device *jrdev = ctx->jrdev; in rfc4543_set_sh_desc() local
525 struct device *jrdev = ctx->jrdev; in chachapoly_set_sh_desc() local
579 struct device *jrdev = ctx->jrdev; in aead_setkey() local
660 struct device *jrdev = ctx->jrdev; in gcm_setkey() local
681 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local
[all …]
H A Dcaamrng.c37 struct device *jrdev; member
55 static void caam_rng_done(struct device *jrdev, u32 *desc, u32 err, in caam_rng_done()
82 static int caam_rng_read_one(struct device *jrdev, in caam_rng_read_one()
H A Derror.h17 #define caam_jr_strstatus(jrdev, status) caam_strstatus(jrdev, status, false) argument
H A Djr.c67 struct device *jrdev = data; in caam_jr_crypto_engine_exit() local
132 struct device *jrdev; in caam_jr_remove() local
510 struct device *jrdev; in caam_jr_probe() local
H A Dcaampkc.c375 struct device *jrdev = ctx->dev; in akcipher_do_one_req() local
657 static int akcipher_enqueue_req(struct device *jrdev, in akcipher_enqueue_req()
658 void (*cbk)(struct device *jrdev, u32 *desc, in akcipher_enqueue_req()
709 struct device *jrdev = ctx->dev; in caam_rsa_enc() local
747 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f1() local
776 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f2() local
805 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f3() local
H A Dkey_gen.c44 int gen_split_key(struct device *jrdev, u8 *key_out, in gen_split_key()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/caam/
H A Dcaamhash.c102 struct device *jrdev; member
204 struct device *jrdev = ctx->jrdev; in ahash_set_sh_desc() local
260 struct device *jrdev = ctx->jrdev; in axcbc_set_sh_desc() local
312 struct device *jrdev = ctx->jrdev; in acmac_set_sh_desc() local
362 struct device *jrdev = ctx->jrdev; in hash_digest_key() local
425 struct device *jrdev = ctx->jrdev; in ahash_setkey() local
488 struct device *jrdev = ctx->jrdev; in axcbc_setkey() local
760 struct device *jrdev = ctx->jrdev; in ahash_do_one_req() local
817 struct device *jrdev = ctx->jrdev; in ahash_update_ctx() local
942 struct device *jrdev = ctx->jrdev; in ahash_final_ctx() local
[all …]
H A Derror.c220 static int report_ccb_status(struct device *jrdev, const u32 status, in report_ccb_status()
267 static int report_jump_status(struct device *jrdev, const u32 status, in report_jump_status()
276 static int report_deco_status(struct device *jrdev, const u32 status, in report_deco_status()
330 static int report_jr_status(struct device *jrdev, const u32 status, in report_jr_status()
339 static int report_cond_code_status(struct device *jrdev, const u32 status, in report_cond_code_status()
348 int caam_strstatus(struct device *jrdev, u32 status, bool qi_v2) in caam_strstatus()
H A Dcaamalg.c115 struct device *jrdev; member
135 struct device *jrdev = ctx->jrdev; in aead_null_set_sh_desc() local
188 struct device *jrdev = ctx->jrdev; in aead_set_sh_desc() local
326 struct device *jrdev = ctx->jrdev; in gcm_set_sh_desc() local
391 struct device *jrdev = ctx->jrdev; in rfc4106_set_sh_desc() local
459 struct device *jrdev = ctx->jrdev; in rfc4543_set_sh_desc() local
525 struct device *jrdev = ctx->jrdev; in chachapoly_set_sh_desc() local
579 struct device *jrdev = ctx->jrdev; in aead_setkey() local
660 struct device *jrdev = ctx->jrdev; in gcm_setkey() local
681 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local
[all …]
H A Dcaamrng.c37 struct device *jrdev; member
55 static void caam_rng_done(struct device *jrdev, u32 *desc, u32 err, in caam_rng_done()
82 static int caam_rng_read_one(struct device *jrdev, in caam_rng_read_one()
H A Derror.h17 #define caam_jr_strstatus(jrdev, status) caam_strstatus(jrdev, status, false) argument
H A Djr.c67 struct device *jrdev = data; in caam_jr_crypto_engine_exit() local
132 struct device *jrdev; in caam_jr_remove() local
510 struct device *jrdev; in caam_jr_probe() local
H A Dcaampkc.c375 struct device *jrdev = ctx->dev; in akcipher_do_one_req() local
657 static int akcipher_enqueue_req(struct device *jrdev, in akcipher_enqueue_req()
658 void (*cbk)(struct device *jrdev, u32 *desc, in akcipher_enqueue_req()
709 struct device *jrdev = ctx->dev; in caam_rsa_enc() local
747 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f1() local
776 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f2() local
805 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f3() local
H A Dkey_gen.c44 int gen_split_key(struct device *jrdev, u8 *key_out, in gen_split_key()
H A Dcaamalg_qi.c60 struct device *jrdev; member
199 struct device *jrdev = ctx->jrdev; in aead_setkey() local
362 struct device *jrdev = ctx->jrdev; in gcm_setkey() local
466 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local
572 struct device *jrdev = ctx->jrdev; in rfc4543_setkey() local
624 struct device *jrdev = ctx->jrdev; in skcipher_setkey() local
735 struct device *jrdev = ctx->jrdev; in xts_skcipher_setkey() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/caam/
H A Dcaamhash.c102 struct device *jrdev; member
204 struct device *jrdev = ctx->jrdev; in ahash_set_sh_desc() local
260 struct device *jrdev = ctx->jrdev; in axcbc_set_sh_desc() local
312 struct device *jrdev = ctx->jrdev; in acmac_set_sh_desc() local
362 struct device *jrdev = ctx->jrdev; in hash_digest_key() local
425 struct device *jrdev = ctx->jrdev; in ahash_setkey() local
488 struct device *jrdev = ctx->jrdev; in axcbc_setkey() local
760 struct device *jrdev = ctx->jrdev; in ahash_do_one_req() local
817 struct device *jrdev = ctx->jrdev; in ahash_update_ctx() local
942 struct device *jrdev = ctx->jrdev; in ahash_final_ctx() local
[all …]
H A Derror.c220 static int report_ccb_status(struct device *jrdev, const u32 status, in report_ccb_status()
267 static int report_jump_status(struct device *jrdev, const u32 status, in report_jump_status()
276 static int report_deco_status(struct device *jrdev, const u32 status, in report_deco_status()
330 static int report_jr_status(struct device *jrdev, const u32 status, in report_jr_status()
339 static int report_cond_code_status(struct device *jrdev, const u32 status, in report_cond_code_status()
348 int caam_strstatus(struct device *jrdev, u32 status, bool qi_v2) in caam_strstatus()
H A Dcaamalg.c115 struct device *jrdev; member
135 struct device *jrdev = ctx->jrdev; in aead_null_set_sh_desc() local
188 struct device *jrdev = ctx->jrdev; in aead_set_sh_desc() local
326 struct device *jrdev = ctx->jrdev; in gcm_set_sh_desc() local
391 struct device *jrdev = ctx->jrdev; in rfc4106_set_sh_desc() local
459 struct device *jrdev = ctx->jrdev; in rfc4543_set_sh_desc() local
525 struct device *jrdev = ctx->jrdev; in chachapoly_set_sh_desc() local
579 struct device *jrdev = ctx->jrdev; in aead_setkey() local
660 struct device *jrdev = ctx->jrdev; in gcm_setkey() local
681 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local
[all …]
H A Dcaamrng.c37 struct device *jrdev; member
55 static void caam_rng_done(struct device *jrdev, u32 *desc, u32 err, in caam_rng_done()
82 static int caam_rng_read_one(struct device *jrdev, in caam_rng_read_one()
H A Derror.h17 #define caam_jr_strstatus(jrdev, status) caam_strstatus(jrdev, status, false) argument
H A Djr.c67 struct device *jrdev = data; in caam_jr_crypto_engine_exit() local
132 struct device *jrdev; in caam_jr_remove() local
510 struct device *jrdev; in caam_jr_probe() local
H A Dcaampkc.c375 struct device *jrdev = ctx->dev; in akcipher_do_one_req() local
657 static int akcipher_enqueue_req(struct device *jrdev, in akcipher_enqueue_req()
658 void (*cbk)(struct device *jrdev, u32 *desc, in akcipher_enqueue_req()
709 struct device *jrdev = ctx->dev; in caam_rsa_enc() local
747 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f1() local
776 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f2() local
805 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f3() local
H A Dkey_gen.c44 int gen_split_key(struct device *jrdev, u8 *key_out, in gen_split_key()

12