Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/crypto/
Daes_s390.c926 unsigned int pclen = req->cryptlen; in gcm_aes_crypt() local
955 pclen -= taglen; in gcm_aes_crypt()
956 len = aadlen + pclen; in gcm_aes_crypt()
961 param.tpcl = pclen * 8; in gcm_aes_crypt()
971 aadlen > 0 ? aadlen : pclen, AES_BLOCK_SIZE); in gcm_aes_crypt()
976 if (aadlen + pclen <= bytes) { in gcm_aes_crypt()
978 pc_bytes = pclen; in gcm_aes_crypt()
1003 pclen -= pc_bytes; in gcm_aes_crypt()
1004 } while (aadlen + pclen > 0); in gcm_aes_crypt()