Searched refs:SEMIBSIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dkeywrap.c92 #define SEMIBSIZE 8 macro
98 * Fast forward the SGL to the "end" length minus SEMIBSIZE.
109 BUG_ON(end < SEMIBSIZE);
111 skip = end - SEMIBSIZE;
138 if (req->cryptlen < (2 * SEMIBSIZE) || req->cryptlen % SEMIBSIZE)
142 memcpy(&block.A, req->iv, SEMIBSIZE);
160 scatterwalk_copychunks(&block.R, &src_walk, SEMIBSIZE,
173 scatterwalk_copychunks(&block.R, &dst_walk, SEMIBSIZE,
176 nbytes -= SEMIBSIZE;
[all...]

Completed in 214 milliseconds