blkcipher_get_spot   74 crypto/blkcipher.c 	addr = blkcipher_get_spot(addr, bsize);
blkcipher_get_spot  163 crypto/blkcipher.c 	walk->dst.virt.addr = blkcipher_get_spot(walk->dst.virt.addr, bsize);
blkcipher_get_spot  164 crypto/blkcipher.c 	walk->src.virt.addr = blkcipher_get_spot(walk->dst.virt.addr +
blkcipher_get_spot  284 crypto/blkcipher.c 	iv = blkcipher_get_spot(iv, bs) + aligned_bs;
blkcipher_get_spot  285 crypto/blkcipher.c 	iv = blkcipher_get_spot(iv, bs) + aligned_bs;
blkcipher_get_spot  286 crypto/blkcipher.c 	iv = blkcipher_get_spot(iv, walk->ivsize);