crypto_cbc_ctx     29 crypto/cbc.c   	struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(parent);
crypto_cbc_ctx     96 crypto/cbc.c   	struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm);
crypto_cbc_ctx    175 crypto/cbc.c   	struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm);
crypto_cbc_ctx    197 crypto/cbc.c   	struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(tfm);
crypto_cbc_ctx    210 crypto/cbc.c   	struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(tfm);
crypto_cbc_ctx    250 crypto/cbc.c   	inst->alg.cra_ctxsize = sizeof(struct crypto_cbc_ctx);