Searched refs:crypto_cbc_ctx (Results 1 – 1 of 1) sorted by relevance
22 struct crypto_cbc_ctx { struct29 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(parent); in crypto_cbc_setkey() argument96 struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_cbc_encrypt()175 struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_cbc_decrypt()197 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_cbc_init_tfm()210 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_cbc_exit_tfm()250 inst->alg.cra_ctxsize = sizeof(struct crypto_cbc_ctx); in crypto_cbc_alloc()