Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ux500/cryp/
Dcryp_core.c75 struct cryp_ctx { struct
76 struct cryp_config config;
77 u8 key[CRYP_MAX_KEY_SIZE];
78 u32 keylen;
79 u8 *iv;
80 const u8 *indata;
81 u8 *outdata;
82 u32 datalen;
83 u32 outlen;
84 u32 blocksize;
[all …]