Lines Matching defs:inlen
844 int enctmplen, inlen;
848 inlen = cb(psbuf, PEM_BUFSIZE, 0, u);
850 inlen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u);
851 if (inlen < 0) {
861 (unsigned char *)psbuf, inlen, libctx, propq))
871 inlen = keylen - 8;
877 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen))
887 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen))
1057 int enctmplen, inlen;
1059 inlen = cb(psbuf, PEM_BUFSIZE, 1, u);
1061 inlen = PEM_def_callback(psbuf, PEM_BUFSIZE, 1, u);
1062 if (inlen <= 0) {
1067 (unsigned char *)psbuf, inlen, libctx, propq))