Searched defs:crypto4xx_ctx (Results 1 – 1 of 1) sorted by relevance
118 struct crypto4xx_ctx { struct119 struct crypto4xx_device *dev;120 struct dynamic_sa_ctl *sa_in;121 struct dynamic_sa_ctl *sa_out;122 __le32 iv_nonce;123 u32 sa_len;124 union {150 int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size); argument
Completed in 3 milliseconds