Searched refs:tmpin (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libcrypto/pkcs7/ |
H A D | pk7_smime.c | 262 BIO *tmpin, *tmpout; in PKCS7_verify() local 354 tmpin = BIO_new_mem_buf(ptr, len); in PKCS7_verify() 355 if (tmpin == NULL) { in PKCS7_verify() 360 tmpin = indata; in PKCS7_verify() 363 if (!(p7bio = PKCS7_dataInit(p7, tmpin))) in PKCS7_verify() 408 if (tmpin == indata) { in PKCS7_verify()
|
/openbsd/lib/libcrypto/cms/ |
H A D | cms_smime.c | 352 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; in CMS_verify() local 422 tmpin = BIO_new_mem_buf(ptr, len); in CMS_verify() 423 if (tmpin == NULL) { in CMS_verify() 428 tmpin = dcont; in CMS_verify() 460 cmsbio = CMS_dataInit(cms, tmpin); in CMS_verify() 483 if (tmpin != dcont) in CMS_verify() 484 BIO_free(tmpin); in CMS_verify() 486 if (dcont && (tmpin == dcont)) in CMS_verify()
|
/openbsd/games/monop/ |
H A D | execute.c | 59 int tmpin, i; in getbuf() local 63 while (((tmpin = getchar()) != '\n') && (i < (int)sizeof(buf)) && in getbuf() 64 (tmpin != EOF)) { in getbuf() 65 *sp++ = tmpin; in getbuf() 68 if (tmpin == EOF) { in getbuf()
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | Distribution.pm | 4642 my $tmpin = $fh->filename; 4648 $tmpin, 4652 open FH, $tmpin 4653 or $CPAN::Frontend->mydie(qq{Could not open "$tmpin": $!}); 4696 my $tmpin = $filename; 4723 $CPAN::Frontend->myprint(qq{ + saved content to $tmpin \n}) 4725 return $tmpin;
|