Home
last modified time | relevance | path

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

/drivers/crypto/tegra/
A Dtegra-se.h386 struct tegra_se *se_dev;
413 int (*init_alg)(struct tegra_se *se);
414 void (*deinit_alg)(struct tegra_se *se);
420 struct tegra_se { struct
502 int tegra_init_aes(struct tegra_se *se);
503 int tegra_init_hash(struct tegra_se *se);
504 void tegra_deinit_aes(struct tegra_se *se);
505 void tegra_deinit_hash(struct tegra_se *se);
506 int tegra_key_submit(struct tegra_se *se, const u8 *key,
509 int tegra_key_submit_reserved(struct tegra_se *se, const u8 *key,
[all …]
A Dtegra-se-key.c51 static unsigned int tegra_key_prep_ins_cmd(struct tegra_se *se, u32 *cpuvaddr, in tegra_key_prep_ins_cmd()
114 static int tegra_key_insert(struct tegra_se *se, const u8 *key, in tegra_key_insert()
131 void tegra_key_invalidate(struct tegra_se *se, u32 keyid, u32 alg) in tegra_key_invalidate()
144 void tegra_key_invalidate_reserved(struct tegra_se *se, u32 keyid, u32 alg) in tegra_key_invalidate_reserved()
155 inline int tegra_key_submit_reserved(struct tegra_se *se, const u8 *key, in tegra_key_submit_reserved()
161 int tegra_key_submit(struct tegra_se *se, const u8 *key, u32 keylen, u32 alg, u32 *keyid) in tegra_key_submit()
A Dtegra-se-main.c121 static struct tegra_se_cmdbuf *tegra_se_host1x_bo_alloc(struct tegra_se *se, ssize_t size) in tegra_se_host1x_bo_alloc()
144 int tegra_se_host1x_submit(struct tegra_se *se, struct tegra_se_cmdbuf *cmdbuf, u32 size) in tegra_se_host1x_submit()
199 struct tegra_se *se = container_of(client, struct tegra_se, client); in tegra_se_client_init()
251 struct tegra_se *se = container_of(client, struct tegra_se, client); in tegra_se_client_deinit()
266 static int tegra_se_host1x_register(struct tegra_se *se) in tegra_se_host1x_register()
282 struct tegra_se *se; in tegra_se_probe()
332 struct tegra_se *se = platform_get_drvdata(pdev); in tegra_se_remove()
A Dtegra-se-aes.c26 struct tegra_se *se;
46 struct tegra_se *se;
71 struct tegra_se *se;
212 struct tegra_se *se = ctx->se; in tegra_aes_prep_cmd()
268 struct tegra_se *se = ctx->se; in tegra_aes_do_one_req()
610 struct tegra_se *se = ctx->se; in tegra_gmac_prep_cmd()
650 struct tegra_se *se = ctx->se; in tegra_gcm_crypt_prep_cmd()
759 struct tegra_se *se = ctx->se; in tegra_gcm_do_gmac()
776 struct tegra_se *se = ctx->se; in tegra_gcm_do_crypt()
801 struct tegra_se *se = ctx->se; in tegra_gcm_do_final()
[all …]
A Dtegra-se-hash.c25 struct tegra_se *se;
272 struct tegra_se *se = ctx->se; in tegra_sha_prep_cmd()
356 struct tegra_se *se = ctx->se; in tegra_sha_do_init()
402 struct tegra_se *se = ctx->se; in tegra_sha_do_update()
469 struct tegra_se *se = ctx->se; in tegra_sha_do_final()
520 struct tegra_se *se = ctx->se; in tegra_sha_do_one_req()
1116 int tegra_init_hash(struct tegra_se *se) in tegra_init_hash()
1144 void tegra_deinit_hash(struct tegra_se *se) in tegra_deinit_hash()

Completed in 20 milliseconds