Lines Matching refs:chcr_context

99 static inline  struct chcr_aead_ctx *AEAD_CTX(struct chcr_context *ctx)  in AEAD_CTX()
104 static inline struct ablk_ctx *ABLK_CTX(struct chcr_context *ctx) in ABLK_CTX()
109 static inline struct hmac_ctx *HMAC_CTX(struct chcr_context *ctx) in HMAC_CTX()
124 static inline struct uld_ctx *ULD_CTX(struct chcr_context *ctx) in ULD_CTX()
700 static inline void create_wreq(struct chcr_context *ctx, in create_wreq()
1323 static int chcr_device_init(struct chcr_context *ctx) in chcr_device_init()
1369 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_cra_init()
1396 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_rfc3686_init()
1415 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_cra_exit()
1981 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_handle_resp()
2161 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_hmac_cra_init()
2176 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_hmac_cra_exit()
2515 struct chcr_context *ctx = a_ctx(tfm); in chcr_add_aead_dst_ent()
2558 struct chcr_context *ctx = c_ctx(tfm); in chcr_add_cipher_dst_ent()
3861 .cra_ctxsize = sizeof(struct chcr_context) +
3880 .cra_ctxsize = sizeof(struct chcr_context) +
3900 .cra_ctxsize = sizeof(struct chcr_context) +
3919 .cra_ctxsize = sizeof(struct chcr_context) +
3939 .cra_ctxsize = sizeof(struct chcr_context) +
3961 .cra_ctxsize = sizeof(struct chcr_context) +
3982 .cra_ctxsize = sizeof(struct chcr_context) +
4002 .cra_ctxsize = sizeof(struct chcr_context) +
4023 .cra_ctxsize = sizeof(struct chcr_context) +
4044 .cra_ctxsize = sizeof(struct chcr_context) +
4065 .cra_ctxsize = sizeof(struct chcr_context) +
4087 .cra_ctxsize = sizeof(struct chcr_context) +
4108 .cra_ctxsize = sizeof(struct chcr_context) +
4128 .cra_ctxsize = sizeof(struct chcr_context) +
4149 .cra_ctxsize = sizeof(struct chcr_context) +
4170 .cra_ctxsize = sizeof(struct chcr_context) +
4215 #define SZ_AHASH_CTX sizeof(struct chcr_context)
4216 #define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct hmac_ctx))
4241 sizeof(struct chcr_context) + in chcr_register_alg()