Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/crypto/
Daes_s390.c835 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local
883 pc_bytes = pclen; in gcm_aes_crypt()
888 pc_bytes = (bytes - aadlen) & in gcm_aes_crypt()
893 pc_bytes = 0; in gcm_aes_crypt()
902 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt()
905 n = aad_bytes + pc_bytes; in gcm_aes_crypt()
911 pclen -= pc_bytes; in gcm_aes_crypt()