Home
last modified time | relevance | path

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

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