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()
755 static inline void create_wreq(struct chcr_context *ctx, in create_wreq()
801 struct chcr_context *ctx = c_ctx(tfm); in create_cipher_wr()
1165 struct chcr_context *ctx = c_ctx(tfm); in chcr_handle_cipher_resp()
1370 struct chcr_context *ctx = c_ctx(tfm); in chcr_aes_encrypt()
1415 struct chcr_context *ctx = c_ctx(tfm); in chcr_aes_decrypt()
1440 static int chcr_device_init(struct chcr_context *ctx) in chcr_device_init()
1469 struct chcr_context *ctx = crypto_skcipher_ctx(tfm); in chcr_init_tfm()
1488 struct chcr_context *ctx = crypto_skcipher_ctx(tfm); in chcr_rfc3686_init()
1508 struct chcr_context *ctx = crypto_skcipher_ctx(tfm); in chcr_exit_tfm()
1565 struct chcr_context *ctx = h_ctx(tfm); in create_hash_wr()
1661 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_update()
1766 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_final()
1834 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_finup()
1929 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_digest()
2022 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_continue()
2146 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_handle_resp()
2339 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_hmac_cra_init()
2354 struct chcr_context *ctx = crypto_tfm_ctx(tfm); in chcr_hmac_cra_exit()
2437 struct chcr_context *ctx = a_ctx(tfm); in create_authenc_wr()
2711 struct chcr_context *ctx = a_ctx(tfm); in chcr_add_aead_dst_ent()
2755 struct chcr_context *ctx = c_ctx(tfm); in chcr_add_cipher_dst_ent()
2963 struct chcr_context *ctx = a_ctx(tfm); in fill_sec_cpl_for_aead()
3135 struct chcr_context *ctx = a_ctx(tfm); in create_gcm_wr()
3739 struct chcr_context *ctx = a_ctx(tfm); in chcr_aead_op()
3789 struct chcr_context *ctx = a_ctx(tfm); in chcr_aead_encrypt()
3817 struct chcr_context *ctx = a_ctx(tfm); in chcr_aead_decrypt()
4057 .cra_ctxsize = sizeof(struct chcr_context) +
4076 .cra_ctxsize = sizeof(struct chcr_context) +
4096 .cra_ctxsize = sizeof(struct chcr_context) +
4115 .cra_ctxsize = sizeof(struct chcr_context) +
4135 .cra_ctxsize = sizeof(struct chcr_context) +
4157 .cra_ctxsize = sizeof(struct chcr_context) +
4178 .cra_ctxsize = sizeof(struct chcr_context) +
4198 .cra_ctxsize = sizeof(struct chcr_context) +
4219 .cra_ctxsize = sizeof(struct chcr_context) +
4240 .cra_ctxsize = sizeof(struct chcr_context) +
4261 .cra_ctxsize = sizeof(struct chcr_context) +
4283 .cra_ctxsize = sizeof(struct chcr_context) +
4304 .cra_ctxsize = sizeof(struct chcr_context) +
4324 .cra_ctxsize = sizeof(struct chcr_context) +
4345 .cra_ctxsize = sizeof(struct chcr_context) +
4366 .cra_ctxsize = sizeof(struct chcr_context) +
4420 #define SZ_AHASH_CTX sizeof(struct chcr_context)
4421 #define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct hmac_ctx))
4447 sizeof(struct chcr_context) + in chcr_register_alg()