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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_smime.c524 BIO *tmpmem; local
544 if (!(tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert))) {
554 BIO_free_all(tmpmem);
557 if (!(bread = BIO_push(tmpbuf, tmpmem))) {
560 BIO_free_all(tmpmem);
564 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
565 if (!BIO_get_cipher_status(tmpmem))
572 i = BIO_read(tmpmem, buf, sizeof(buf));
575 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
576 if (!BIO_get_cipher_status(tmpmem))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_smime.c524 BIO *tmpmem; local
544 if (!(tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert))) {
554 BIO_free_all(tmpmem);
557 if (!(bread = BIO_push(tmpbuf, tmpmem))) {
560 BIO_free_all(tmpmem);
564 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
565 if (!BIO_get_cipher_status(tmpmem))
572 i = BIO_read(tmpmem, buf, sizeof(buf));
575 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
576 if (!BIO_get_cipher_status(tmpmem))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_smime.c449 BIO *tmpmem; local
469 if(!(tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert))) {
479 BIO_free_all(tmpmem);
482 if(!(bread = BIO_push(tmpbuf, tmpmem))) {
485 BIO_free_all(tmpmem);
493 i = BIO_read(tmpmem, buf, sizeof(buf));
497 BIO_free_all(tmpmem);

Completed in 127 milliseconds