Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dablkcipher.c69 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in ablkcipher_get_spot() local
71 return max(start, end_page); in ablkcipher_get_spot()
Dblkcipher.c69 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in blkcipher_get_spot() local
70 return max(start, end_page); in blkcipher_get_spot()
Dskcipher.c93 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in skcipher_get_spot() local
95 return max(start, end_page); in skcipher_get_spot()