Lines Matching defs:tmpmem
497 BIO *tmpmem;
517 if ((tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert)) == NULL) {
527 BIO_free_all(tmpmem);
530 if ((bread = BIO_push(tmpbuf, tmpmem)) == NULL) {
533 BIO_free_all(tmpmem);
537 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
538 if (BIO_get_cipher_status(tmpmem) <= 0)
549 i = BIO_read(tmpmem, buf, BUFFERSIZE);
552 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
553 if (BIO_get_cipher_status(tmpmem) <= 0)
565 BIO_free_all(tmpmem);