Home
last modified time | relevance | path

Searched defs:caam_ctx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi.c57 struct caam_ctx { struct
76 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_set_sh_desc() argument
920 struct caam_ctx *caam_ctx = crypto_aead_ctx(aead); in aead_done() local
1212 struct caam_ctx *caam_ctx = crypto_skcipher_ctx(skcipher); in skcipher_done() local
Dcaamalg.c103 struct caam_ctx { struct
119 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_null_set_sh_desc() argument
Dcaamalg_qi2.c73 struct caam_ctx { struct
74 struct caam_flc flc[NUM_OP];
75 u8 key[CAAM_MAX_KEY_SIZE];
76 dma_addr_t flc_dma[NUM_OP];
77 dma_addr_t key_dma;
78 enum dma_data_direction dir;
79 struct device *dev;
80 struct alginfo adata;
81 struct alginfo cdata;
82 unsigned int authsize;
[all …]
Dcaamhash.c114 u8 caam_ctx[MAX_CTX_LEN] ____cacheline_aligned; member
123 u8 caam_ctx[MAX_CTX_LEN]; member