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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/tunala/
H A Dsm.c8 machine->bio_intossl = machine->bio_fromssl = NULL;
22 if(machine->bio_intossl)
23 BIO_free(machine->bio_intossl);
65 if((machine->bio_intossl = BIO_new(BIO_s_mem())) == NULL)
70 SSL_set_bio(machine->ssl, machine->bio_intossl, machine->bio_fromssl);
97 buffer_to_BIO(&machine->dirty_in, machine->bio_intossl);
144 machine->bio_intossl = machine->bio_fromssl = NULL;
H A Dtunala.h161 BIO *bio_intossl; member in struct:_state_machine_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dsm.c8 machine->bio_intossl = machine->bio_fromssl = NULL;
22 if(machine->bio_intossl)
23 BIO_free(machine->bio_intossl);
65 if((machine->bio_intossl = BIO_new(BIO_s_mem())) == NULL)
70 SSL_set_bio(machine->ssl, machine->bio_intossl, machine->bio_fromssl);
97 buffer_to_BIO(&machine->dirty_in, machine->bio_intossl);
144 machine->bio_intossl = machine->bio_fromssl = NULL;
H A Dtunala.h162 BIO *bio_intossl; member in struct:_state_machine_t

Completed in 40 milliseconds