Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/crypto/
H A Daes_s390.c933 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local
981 pc_bytes = pclen; in gcm_aes_crypt()
986 pc_bytes = (bytes - aadlen) & in gcm_aes_crypt()
991 pc_bytes = 0; in gcm_aes_crypt()
1000 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt()
1003 n = aad_bytes + pc_bytes; in gcm_aes_crypt()
1009 pclen -= pc_bytes; in gcm_aes_crypt()