Searched refs:pc_bytes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | aes_s390.c | 840 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local 888 pc_bytes = pclen; in gcm_aes_crypt() 893 pc_bytes = (bytes - aadlen) & in gcm_aes_crypt() 898 pc_bytes = 0; in gcm_aes_crypt() 907 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt() 910 n = aad_bytes + pc_bytes; in gcm_aes_crypt() 916 pclen -= pc_bytes; in gcm_aes_crypt()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | aes_s390.c | 837 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local 885 pc_bytes = pclen; in gcm_aes_crypt() 890 pc_bytes = (bytes - aadlen) & in gcm_aes_crypt() 895 pc_bytes = 0; in gcm_aes_crypt() 904 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt() 907 n = aad_bytes + pc_bytes; in gcm_aes_crypt() 913 pclen -= pc_bytes; in gcm_aes_crypt()
|
Completed in 5 milliseconds