crypto_ecb_ctx     28 crypto/ecb.c   	struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(parent);
crypto_ecb_ctx     75 crypto/ecb.c   	struct crypto_ecb_ctx *ctx = crypto_blkcipher_ctx(tfm);
crypto_ecb_ctx     89 crypto/ecb.c   	struct crypto_ecb_ctx *ctx = crypto_blkcipher_ctx(tfm);
crypto_ecb_ctx    101 crypto/ecb.c   	struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(tfm);
crypto_ecb_ctx    114 crypto/ecb.c   	struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(tfm);
crypto_ecb_ctx    146 crypto/ecb.c   	inst->alg.cra_ctxsize = sizeof(struct crypto_ecb_ctx);