Searched refs:end_page (Results 1 – 3 of 3) sorted by relevance
69 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in ablkcipher_get_spot() local71 return max(start, end_page); in ablkcipher_get_spot()
69 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in blkcipher_get_spot() local70 return max(start, end_page); in blkcipher_get_spot()
93 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in skcipher_get_spot() local95 return max(start, end_page); in skcipher_get_spot()