Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/crypto/
H A Daesni-intel_glue.c1311 unsigned int len_this_step = orig_len_this_step; in gcm_process_assoc() local
1316 len = min(len_this_step, 16 - pos); in gcm_process_assoc()
1320 len_this_step -= len; in gcm_process_assoc()
1326 len = len_this_step; in gcm_process_assoc()
1331 len_this_step -= len; in gcm_process_assoc()
1332 if (unlikely(len_this_step)) { in gcm_process_assoc()
1333 memcpy(buf, src, len_this_step); in gcm_process_assoc()
1334 pos = len_this_step; in gcm_process_assoc()