Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dkeywrap.c95 #define SEMIBSIZE 8 macro
112 BUG_ON(end < SEMIBSIZE); in crypto_kw_scatterlist_ff()
114 skip = end - SEMIBSIZE; in crypto_kw_scatterlist_ff()
144 if (nbytes < (2 * SEMIBSIZE) || nbytes % SEMIBSIZE) in crypto_kw_decrypt()
148 memcpy(&block.A, desc->info, SEMIBSIZE); in crypto_kw_decrypt()
166 scatterwalk_copychunks(&block.R, &src_walk, SEMIBSIZE, in crypto_kw_decrypt()
179 scatterwalk_copychunks(&block.R, &dst_walk, SEMIBSIZE, in crypto_kw_decrypt()
182 tmp_nbytes -= SEMIBSIZE; in crypto_kw_decrypt()
217 if (nbytes < (2 * SEMIBSIZE) || nbytes % SEMIBSIZE) in crypto_kw_encrypt()
243 scatterwalk_copychunks(&block.R, &src_walk, SEMIBSIZE, in crypto_kw_encrypt()
[all …]