Home
last modified time | relevance | path

Searched refs:blkcipher_get_spot (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/crypto/
Dblkcipher.c62 static inline u8 *blkcipher_get_spot(u8 *start, unsigned int len) in blkcipher_get_spot() function
74 addr = blkcipher_get_spot(addr, bsize); in blkcipher_done_slow()
163 walk->dst.virt.addr = blkcipher_get_spot(walk->dst.virt.addr, bsize); in blkcipher_next_slow()
164 walk->src.virt.addr = blkcipher_get_spot(walk->dst.virt.addr + in blkcipher_next_slow()
284 iv = blkcipher_get_spot(iv, bs) + aligned_bs; in blkcipher_copy_iv()
285 iv = blkcipher_get_spot(iv, bs) + aligned_bs; in blkcipher_copy_iv()
286 iv = blkcipher_get_spot(iv, walk->ivsize); in blkcipher_copy_iv()