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

/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c181 BIO *tmpin, *tmpout; local
269 tmpin = BIO_new_mem_buf(ptr, len);
270 if (tmpin == NULL) {
275 tmpin = indata;
277 if (!(p7bio = PKCS7_dataInit(p7, tmpin)))
323 if (tmpin == indata) {
/freebsd-9.3-release/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c472 char *tmpin; local
519 tmpin = *in;
521 ret = mbtocsx(&sc->sc_src_encoding, &csid, &idx, &tmpin,
568 *inbytes -= tmpin-*in; /* szrin is insufficient on \0. */
569 *in = tmpin;
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_smime.c311 BIO *cmsbio = NULL, *tmpin = NULL; local
377 tmpin = BIO_new_mem_buf(ptr, len);
378 if (tmpin == NULL) {
383 tmpin = dcont;
385 cmsbio = CMS_dataInit(cms, tmpin);
406 if (dcont && (tmpin == dcont))

Completed in 174 milliseconds