Lines Matching refs:cc_cipher_ctx
36 struct cc_cipher_ctx { struct
53 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_is_hw_key() argument
58 static int validate_keys_sizes(struct cc_cipher_ctx *ctx_p, u32 size) in validate_keys_sizes()
92 static int validate_data_size(struct cc_cipher_ctx *ctx_p, in validate_data_size()
133 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_cipher_init()
190 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_cipher_exit()
238 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_cipher_sethkey()
306 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_cipher_setkey()
391 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_setup_cipher_desc()
514 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_setup_cipher_data()
633 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_cipher_complete()
683 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_cipher_process()
776 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_cipher_decrypt()
1350 alg->base.cra_ctxsize = sizeof(struct cc_cipher_ctx); in cc_create_alg()