Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_core.h117 struct crypto4xx_ctx { struct
118 struct crypto4xx_device *dev;
119 struct dynamic_sa_ctl *sa_in;
120 struct dynamic_sa_ctl *sa_out;
121 __le32 iv_nonce;
122 u32 sa_len;
123 union {
149 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size); argument