Lines Matching refs:inlen
861 int enctmplen, inlen; in do_PVK_body_key() local
865 inlen = cb(psbuf, PEM_BUFSIZE, 0, u); in do_PVK_body_key()
867 inlen = PEM_def_callback(psbuf, PEM_BUFSIZE, 0, u); in do_PVK_body_key()
868 if (inlen < 0) { in do_PVK_body_key()
876 (unsigned char *)psbuf, inlen, libctx, propq)) in do_PVK_body_key()
886 inlen = keylen - 8; in do_PVK_body_key()
892 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
902 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
1068 int enctmplen, inlen; in i2b_PVK() local
1070 inlen = cb(psbuf, PEM_BUFSIZE, 1, u); in i2b_PVK()
1072 inlen = PEM_def_callback(psbuf, PEM_BUFSIZE, 1, u); in i2b_PVK()
1073 if (inlen <= 0) { in i2b_PVK()
1078 (unsigned char *)psbuf, inlen, libctx, propq)) in i2b_PVK()