crt_ablkcipher     87 crypto/ablkcipher.c 	struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher;
crt_ablkcipher    139 crypto/ablkcipher.c 	struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher;
crt_ablkcipher    447 crypto/blkcipher.c 	struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher;
crt_ablkcipher    686 crypto/blkcipher.c 	tfm->crt_ablkcipher.base = cipher;
crt_ablkcipher    687 crypto/blkcipher.c 	tfm->crt_ablkcipher.reqsize += crypto_ablkcipher_reqsize(cipher);
crt_ablkcipher    695 crypto/blkcipher.c 	crypto_free_ablkcipher(tfm->crt_ablkcipher.base);
crt_ablkcipher    108 crypto/chainiv.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request);
crt_ablkcipher    171 crypto/cryptd.c 	tfm->crt_ablkcipher.reqsize =
crt_ablkcipher    211 crypto/eseqiv.c 	tfm->crt_ablkcipher.reqsize = reqsize +
crt_ablkcipher    241 crypto/seqiv.c 	tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request);
crt_ablkcipher    664 include/linux/crypto.h 	return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher;