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.c1291 unsigned int len_this_step = orig_len_this_step; in gcm_process_assoc() local
1296 len = min(len_this_step, 16 - pos); in gcm_process_assoc()
1300 len_this_step -= len; in gcm_process_assoc()
1306 len = len_this_step; in gcm_process_assoc()
1311 len_this_step -= len; in gcm_process_assoc()
1312 if (unlikely(len_this_step)) { in gcm_process_assoc()
1313 memcpy(buf, src, len_this_step); in gcm_process_assoc()
1314 pos = len_this_step; in gcm_process_assoc()