Home
last modified time | relevance | path

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

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