Searched defs:stm32_cryp (Results 1 – 1 of 1) sorted by relevance
128 struct stm32_cryp { struct135 const struct stm32_cryp_caps *caps; argument136 struct stm32_cryp_ctx *ctx; argument138 struct crypto_engine *engine;140 struct ablkcipher_request *req;141 struct aead_request *areq;143 size_t authsize;144 size_t hw_blocksize;169 struct stm32_cryp_list { argument179 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() argument