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

/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_smime.c536 BIO *tmpmem; local
556 if(!(tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert))) {
566 BIO_free_all(tmpmem);
569 if(!(bread = BIO_push(tmpbuf, tmpmem))) {
572 BIO_free_all(tmpmem);
580 i = BIO_read(tmpmem, buf, sizeof(buf));
584 BIO_free_all(tmpmem);

Completed in 82 milliseconds