Home | History | Annotate | Download | only in pkcs7

Lines Matching defs:tmpmem

536 	BIO *tmpmem;
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);
576 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER)
578 if (!BIO_get_cipher_status(tmpmem))
585 i = BIO_read(tmpmem, buf, sizeof(buf));
589 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER)
591 if (!BIO_get_cipher_status(tmpmem))
603 BIO_free_all(tmpmem);