Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
Dscatterwalk.h28 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen() function
38 unsigned int len_this_page = scatterwalk_pagelen(walk); in scatterwalk_clamp()
/kernel/linux/linux-5.10/crypto/
Dscatterwalk.c30 unsigned int len_this_page = scatterwalk_pagelen(walk); in scatterwalk_copychunks()