Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dablkcipher.c67 static inline u8 *ablkcipher_get_spot(u8 *start, unsigned int len) in ablkcipher_get_spot() function
164 src = dst = ablkcipher_get_spot(dst, bsize); in ablkcipher_next_slow()
199 iv = ablkcipher_get_spot(iv, bs) + aligned_bs; in ablkcipher_copy_iv()
200 iv = ablkcipher_get_spot(iv, bs) + aligned_bs; in ablkcipher_copy_iv()
201 iv = ablkcipher_get_spot(iv, ivsize); in ablkcipher_copy_iv()