Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/stm32/
Dstm32-cryp.c128 struct stm32_cryp { struct
135 const struct stm32_cryp_caps *caps; argument
136 struct stm32_cryp_ctx *ctx; argument
138 struct crypto_engine *engine;
140 struct mutex lock; /* protects req / areq */
141 struct ablkcipher_request *req;
142 struct aead_request *areq;
144 size_t authsize;
145 size_t hw_blocksize;
170 struct stm32_cryp_list { argument
[all …]