Lines Matching refs:chcr_context
99 static inline struct chcr_aead_ctx *AEAD_CTX(struct chcr_context *ctx)
104 static inline struct ablk_ctx *ABLK_CTX(struct chcr_context *ctx)
109 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx)
124 static inline struct uld_ctx *ULD_CTX(struct chcr_context *ctx)
755 static inline void create_wreq(struct chcr_context *ctx,
801 struct chcr_context *ctx = c_ctx(tfm);
1165 struct chcr_context *ctx = c_ctx(tfm);
1370 struct chcr_context *ctx = c_ctx(tfm);
1415 struct chcr_context *ctx = c_ctx(tfm);
1440 static int chcr_device_init(struct chcr_context *ctx)
1469 struct chcr_context *ctx = crypto_skcipher_ctx(tfm);
1488 struct chcr_context *ctx = crypto_skcipher_ctx(tfm);
1508 struct chcr_context *ctx = crypto_skcipher_ctx(tfm);
1565 struct chcr_context *ctx = h_ctx(tfm);
1661 struct chcr_context *ctx = h_ctx(rtfm);
1766 struct chcr_context *ctx = h_ctx(rtfm);
1834 struct chcr_context *ctx = h_ctx(rtfm);
1929 struct chcr_context *ctx = h_ctx(rtfm);
2022 struct chcr_context *ctx = h_ctx(rtfm);
2146 struct chcr_context *ctx = crypto_tfm_ctx(tfm);
2340 struct chcr_context *ctx = crypto_tfm_ctx(tfm);
2355 struct chcr_context *ctx = crypto_tfm_ctx(tfm);
2438 struct chcr_context *ctx = a_ctx(tfm);
2712 struct chcr_context *ctx = a_ctx(tfm);
2756 struct chcr_context *ctx = c_ctx(tfm);
2964 struct chcr_context *ctx = a_ctx(tfm);
3136 struct chcr_context *ctx = a_ctx(tfm);
3741 struct chcr_context *ctx = a_ctx(tfm);
3791 struct chcr_context *ctx = a_ctx(tfm);
3819 struct chcr_context *ctx = a_ctx(tfm);
4059 .cra_ctxsize = sizeof(struct chcr_context) +
4078 .cra_ctxsize = sizeof(struct chcr_context) +
4098 .cra_ctxsize = sizeof(struct chcr_context) +
4117 .cra_ctxsize = sizeof(struct chcr_context) +
4137 .cra_ctxsize = sizeof(struct chcr_context) +
4159 .cra_ctxsize = sizeof(struct chcr_context) +
4180 .cra_ctxsize = sizeof(struct chcr_context) +
4200 .cra_ctxsize = sizeof(struct chcr_context) +
4221 .cra_ctxsize = sizeof(struct chcr_context) +
4242 .cra_ctxsize = sizeof(struct chcr_context) +
4263 .cra_ctxsize = sizeof(struct chcr_context) +
4285 .cra_ctxsize = sizeof(struct chcr_context) +
4306 .cra_ctxsize = sizeof(struct chcr_context) +
4326 .cra_ctxsize = sizeof(struct chcr_context) +
4347 .cra_ctxsize = sizeof(struct chcr_context) +
4368 .cra_ctxsize = sizeof(struct chcr_context) +
4422 #define SZ_AHASH_CTX sizeof(struct chcr_context)
4423 #define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct hmac_ctx))
4449 sizeof(struct chcr_context) +