Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dscatterwalk.h33 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen() function
43 unsigned int len_this_page = scatterwalk_pagelen(walk); in scatterwalk_clamp()
/linux-4.19.296/crypto/
Dscatterwalk.c35 unsigned int len_this_page = scatterwalk_pagelen(walk); in scatterwalk_copychunks()
Dablkcipher.c78 unsigned int len_this_page = scatterwalk_pagelen(&walk->out); in ablkcipher_done_slow()