Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.h124 struct crypto4xx_ctx { struct
125 struct crypto4xx_device *dev;
126 struct dynamic_sa_ctl *sa_in;
127 struct dynamic_sa_ctl *sa_out;
128 __le32 iv_nonce;
129 u32 sa_len;
130 union {
155 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size); argument