encdecfunc        105 drivers/block/cryptoloop.c 	encdec_cbc_t encdecfunc;
encdecfunc        122 drivers/block/cryptoloop.c 		encdecfunc = crypto_skcipher_decrypt;
encdecfunc        128 drivers/block/cryptoloop.c 		encdecfunc = crypto_skcipher_encrypt;
encdecfunc        140 drivers/block/cryptoloop.c 		err = encdecfunc(req);