Lines Matching defs:output
156 let output = MemBio::new()?;
159 output.as_ptr(),
164 .map(|_| output.get_buf().to_owned())
171 /// The output will have a header of `-----BEGIN PKCS7-----`.
200 let output = MemBio::new()?;
207 output.as_ptr(),
210 .map(|_| output.get_buf().to_owned())
349 let mut output = Vec::new();
355 Some(&mut output),
360 assert_eq!(output, message.as_bytes());
393 let mut output = Vec::new();
395 .verify(&certs, &store, None, Some(&mut output), flags)
398 assert_eq!(output, message.as_bytes());