Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dscatterwalk.h58 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen() function
68 unsigned int len_this_page = scatterwalk_pagelen(walk); in scatterwalk_clamp()
/linux-4.1.27/crypto/
Dscatterwalk.c71 if (!(scatterwalk_pagelen(walk) & (PAGE_SIZE - 1)) || !more) in scatterwalk_done()
80 unsigned int len_this_page = scatterwalk_pagelen(walk); in scatterwalk_copychunks()
Dablkcipher.c82 unsigned int len_this_page = scatterwalk_pagelen(&walk->out); in ablkcipher_done_slow()