Lines Matching refs:chcr_context
98 static inline struct chcr_aead_ctx *AEAD_CTX(struct chcr_context *ctx)
103 static inline struct ablk_ctx *ABLK_CTX(struct chcr_context *ctx)
108 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx)
123 static inline struct uld_ctx *ULD_CTX(struct chcr_context *ctx)
759 static inline void create_wreq(struct chcr_context *ctx,
808 struct chcr_context *ctx = c_ctx(tfm);
1172 struct chcr_context *ctx = c_ctx(tfm);
1377 struct chcr_context *ctx = c_ctx(tfm);
1422 struct chcr_context *ctx = c_ctx(tfm);
1447 static int chcr_device_init(struct chcr_context *ctx)
1476 struct chcr_context *ctx = crypto_skcipher_ctx(tfm);
1495 struct chcr_context *ctx = crypto_skcipher_ctx(tfm);
1515 struct chcr_context *ctx = crypto_skcipher_ctx(tfm);
1571 struct chcr_context *ctx = h_ctx(tfm);
1667 struct chcr_context *ctx = h_ctx(rtfm);
1772 struct chcr_context *ctx = h_ctx(rtfm);
1840 struct chcr_context *ctx = h_ctx(rtfm);
1935 struct chcr_context *ctx = h_ctx(rtfm);
2028 struct chcr_context *ctx = h_ctx(rtfm);
2152 struct chcr_context *ctx = crypto_tfm_ctx(tfm);
2345 struct chcr_context *ctx = crypto_tfm_ctx(tfm);
2360 struct chcr_context *ctx = crypto_tfm_ctx(tfm);
2443 struct chcr_context *ctx = a_ctx(tfm);
2717 struct chcr_context *ctx = a_ctx(tfm);
2761 struct chcr_context *ctx = c_ctx(tfm);
2969 struct chcr_context *ctx = a_ctx(tfm);
3141 struct chcr_context *ctx = a_ctx(tfm);
3745 struct chcr_context *ctx = a_ctx(tfm);
3795 struct chcr_context *ctx = a_ctx(tfm);
3823 struct chcr_context *ctx = a_ctx(tfm);
4063 .cra_ctxsize = sizeof(struct chcr_context) +
4082 .cra_ctxsize = sizeof(struct chcr_context) +
4102 .cra_ctxsize = sizeof(struct chcr_context) +
4121 .cra_ctxsize = sizeof(struct chcr_context) +
4141 .cra_ctxsize = sizeof(struct chcr_context) +
4163 .cra_ctxsize = sizeof(struct chcr_context) +
4184 .cra_ctxsize = sizeof(struct chcr_context) +
4204 .cra_ctxsize = sizeof(struct chcr_context) +
4225 .cra_ctxsize = sizeof(struct chcr_context) +
4246 .cra_ctxsize = sizeof(struct chcr_context) +
4267 .cra_ctxsize = sizeof(struct chcr_context) +
4289 .cra_ctxsize = sizeof(struct chcr_context) +
4310 .cra_ctxsize = sizeof(struct chcr_context) +
4330 .cra_ctxsize = sizeof(struct chcr_context) +
4351 .cra_ctxsize = sizeof(struct chcr_context) +
4372 .cra_ctxsize = sizeof(struct chcr_context) +
4426 #define SZ_AHASH_CTX sizeof(struct chcr_context)
4427 #define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct hmac_ctx))
4453 sizeof(struct chcr_context) +