Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/crypto/
H A Daes_s390.c929 unsigned int pclen = req->cryptlen; in gcm_aes_crypt() local
958 pclen -= taglen; in gcm_aes_crypt()
959 len = aadlen + pclen; in gcm_aes_crypt()
964 param.tpcl = pclen * 8; in gcm_aes_crypt()
974 aadlen > 0 ? aadlen : pclen, AES_BLOCK_SIZE); in gcm_aes_crypt()
979 if (aadlen + pclen <= bytes) { in gcm_aes_crypt()
981 pc_bytes = pclen; in gcm_aes_crypt()
1009 pclen -= pc_bytes; in gcm_aes_crypt()
1010 } while (aadlen + pclen > 0); in gcm_aes_crypt()