Searched refs:SEMIBSIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | keywrap.c | 91 #define SEMIBSIZE 8 macro 97 * Fast forward the SGL to the "end" length minus SEMIBSIZE. 108 BUG_ON(end < SEMIBSIZE); in crypto_kw_scatterlist_ff() 110 skip = end - SEMIBSIZE; in crypto_kw_scatterlist_ff() 137 if (req->cryptlen < (2 * SEMIBSIZE) || req->cryptlen % SEMIBSIZE) in crypto_kw_decrypt() 141 memcpy(&block.A, req->iv, SEMIBSIZE); in crypto_kw_decrypt() 159 scatterwalk_copychunks(&block.R, &src_walk, SEMIBSIZE, in crypto_kw_decrypt() 172 scatterwalk_copychunks(&block.R, &dst_walk, SEMIBSIZE, in crypto_kw_decrypt() 175 nbytes -= SEMIBSIZE; in crypto_kw_decrypt() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | keywrap.c | 92 #define SEMIBSIZE 8 macro 98 * Fast forward the SGL to the "end" length minus SEMIBSIZE. 109 BUG_ON(end < SEMIBSIZE); in crypto_kw_scatterlist_ff() 111 skip = end - SEMIBSIZE; in crypto_kw_scatterlist_ff() 138 if (req->cryptlen < (2 * SEMIBSIZE) || req->cryptlen % SEMIBSIZE) in crypto_kw_decrypt() 142 memcpy(&block.A, req->iv, SEMIBSIZE); in crypto_kw_decrypt() 160 scatterwalk_copychunks(&block.R, &src_walk, SEMIBSIZE, in crypto_kw_decrypt() 173 scatterwalk_copychunks(&block.R, &dst_walk, SEMIBSIZE, in crypto_kw_decrypt() 176 nbytes -= SEMIBSIZE; in crypto_kw_decrypt() [all...] |
Completed in 1 milliseconds