Lines Matching refs:assoclen
283 unsigned int assoclen) in crypto_aegis128_process_ad() argument
290 while (assoclen != 0) { in crypto_aegis128_process_ad()
291 unsigned int size = scatterwalk_clamp(&walk, assoclen); in crypto_aegis128_process_ad()
314 assoclen -= size; in crypto_aegis128_process_ad()
317 scatterwalk_done(&walk, 0, assoclen); in crypto_aegis128_process_ad()
349 u64 assoclen, u64 cryptlen) in crypto_aegis128_final() argument
351 u64 assocbits = assoclen * 8; in crypto_aegis128_final()
403 crypto_aegis128_process_ad(&state, req->src, req->assoclen); in crypto_aegis128_crypt()
405 crypto_aegis128_final(&state, tag_xor, req->assoclen, cryptlen); in crypto_aegis128_crypt()
427 scatterwalk_map_and_copy(tag.bytes, req->dst, req->assoclen + cryptlen, in crypto_aegis128_encrypt()
445 scatterwalk_map_and_copy(tag.bytes, req->src, req->assoclen + cryptlen, in crypto_aegis128_decrypt()