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

/linux-master/arch/s390/crypto/
H A Daes_s390.c833 unsigned int pclen = req->cryptlen; local
862 pclen -= taglen;
863 len = aadlen + pclen;
868 param.tpcl = pclen * 8;
878 aadlen > 0 ? aadlen : pclen, AES_BLOCK_SIZE);
883 if (aadlen + pclen <= bytes) {
885 pc_bytes = pclen;
913 pclen -= pc_bytes;
914 } while (aadlen + pclen > 0);

Completed in 91 milliseconds