Searched refs:crypto_cbc_ctx (Results 1 – 1 of 1) sorted by relevance
23 struct crypto_cbc_ctx { struct30 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(parent); in crypto_cbc_setkey() argument46 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cbc_encrypt_one()59 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cbc_decrypt_one()85 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cbc_init_tfm()98 struct crypto_cbc_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_cbc_exit_tfm()163 inst->alg.base.cra_ctxsize = sizeof(struct crypto_cbc_ctx); in crypto_cbc_create()