Searched defs:stm32_cryp (Results 1 – 1 of 1) sorted by relevance
129 struct stm32_cryp { struct136 const struct stm32_cryp_caps *caps; argument137 struct stm32_cryp_ctx *ctx; argument139 struct crypto_engine *engine;141 struct skcipher_request *req;142 struct aead_request *areq;144 size_t authsize;145 size_t hw_blocksize;170 struct stm32_cryp_list { argument180 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() argument