Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/ux500/cryp/
Dcryp_core.c77 struct cryp_ctx { struct
78 struct cryp_config config;
79 u8 key[CRYP_MAX_KEY_SIZE];
80 u32 keylen;
81 u8 *iv;
82 const u8 *indata;
83 u8 *outdata;
84 u32 datalen;
85 u32 outlen;
86 u32 blocksize;
[all …]