Home
last modified time | relevance | path

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

/linux/arch/x86/crypto/
H A Daesni-intel_glue.c1351 unsigned int len_this_step = orig_len_this_step; in gcm_process_assoc() local
1356 len = min(len_this_step, 16 - pos); in gcm_process_assoc()
1360 len_this_step -= len; in gcm_process_assoc()
1366 len = len_this_step; in gcm_process_assoc()
1371 len_this_step -= len; in gcm_process_assoc()
1372 if (unlikely(len_this_step)) { in gcm_process_assoc()
1373 memcpy(buf, src, len_this_step); in gcm_process_assoc()
1374 pos = len_this_step; in gcm_process_assoc()