Lines Matching refs:assoclen
245 unsigned int assoclen) in crypto_aegis128_process_ad() argument
252 while (assoclen != 0) { in crypto_aegis128_process_ad()
253 unsigned int size = scatterwalk_clamp(&walk, assoclen); in crypto_aegis128_process_ad()
276 assoclen -= size; in crypto_aegis128_process_ad()
279 scatterwalk_done(&walk, 0, assoclen); in crypto_aegis128_process_ad()
311 u64 assoclen, u64 cryptlen) in crypto_aegis128_final() argument
313 u64 assocbits = assoclen * 8; in crypto_aegis128_final()
365 crypto_aegis128_process_ad(&state, req->src, req->assoclen); in crypto_aegis128_crypt()
367 crypto_aegis128_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_aegis128_crypt()
384 scatterwalk_map_and_copy(tag.bytes, req->dst, req->assoclen + cryptlen, in crypto_aegis128_encrypt()
402 scatterwalk_map_and_copy(tag.bytes, req->src, req->assoclen + cryptlen, in crypto_aegis128_decrypt()