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

/linux-4.1.27/crypto/
H A Dablkcipher.c69 static inline u8 *ablkcipher_get_spot(u8 *start, unsigned int len) ablkcipher_get_spot() function
171 src = dst = ablkcipher_get_spot(dst, bsize); ablkcipher_next_slow()
206 iv = ablkcipher_get_spot(iv, bs) + aligned_bs; ablkcipher_copy_iv()
207 iv = ablkcipher_get_spot(iv, bs) + aligned_bs; ablkcipher_copy_iv()
208 iv = ablkcipher_get_spot(iv, ivsize); ablkcipher_copy_iv()

Completed in 57 milliseconds