blkcipher_get_spot   79 crypto/blkcipher.c 	addr = blkcipher_get_spot(addr, bsize);
blkcipher_get_spot  171 crypto/blkcipher.c 	walk->dst.virt.addr = blkcipher_get_spot(walk->dst.virt.addr, bsize);
blkcipher_get_spot  172 crypto/blkcipher.c 	walk->src.virt.addr = blkcipher_get_spot(walk->dst.virt.addr +
blkcipher_get_spot  295 crypto/blkcipher.c 	iv = blkcipher_get_spot(iv, bs) + aligned_bs;
blkcipher_get_spot  296 crypto/blkcipher.c 	iv = blkcipher_get_spot(iv, bs) + aligned_bs;
blkcipher_get_spot  297 crypto/blkcipher.c 	iv = blkcipher_get_spot(iv, ivsize);