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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_task.c282 BIO *s_bio = NULL; local
302 s_bio = BIO_new(BIO_f_ssl());
303 if ((c_bio == NULL) || (s_bio == NULL))
308 BIO_set_ssl(s_bio, s_ssl, BIO_CLOSE);
348 i = BIO_read(s_bio, msg.data, msg.length);
361 i = BIO_write(s_bio, msg.data, msg.length);
394 if (s_bio != NULL)
395 BIO_free(s_bio);
H A Dssltest.c2164 BIO *s_bio = NULL; local
2190 s_bio = BIO_new(BIO_f_ssl());
2191 if ((c_bio == NULL) || (s_bio == NULL)) {
2204 BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE);
2217 i = (int)BIO_pending(s_bio);
2319 i = BIO_read(s_bio, sbuf, bufsiz);
2323 if (BIO_should_retry(s_bio)) {
2324 if (BIO_should_read(s_bio))
2326 if (BIO_should_write(s_bio))
2354 i = BIO_write(s_bio, sbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_task.c266 BIO *s_bio=NULL; local
284 s_bio=BIO_new(BIO_f_ssl());
285 if ((c_bio == NULL) || (s_bio == NULL)) goto err;
289 BIO_set_ssl(s_bio,s_ssl,BIO_CLOSE);
329 i = BIO_read ( s_bio, msg.data, msg.length );
340 i = BIO_write ( s_bio, msg.data, msg.length );
367 if (s_bio != NULL) BIO_free(s_bio);
H A Dssltest.c1323 BIO *s_bio=NULL; local
1343 s_bio=BIO_new(BIO_f_ssl());
1344 if ((c_bio == NULL) || (s_bio == NULL))
1356 BIO_set_ssl(s_bio,s_ssl,BIO_NOCLOSE);
1370 i=(int)BIO_pending(s_bio);
1494 i=BIO_read(s_bio,sbuf,sizeof(cbuf));
1499 if (BIO_should_retry(s_bio))
1501 if (BIO_should_read(s_bio))
1503 if (BIO_should_write(s_bio))
1541 i=BIO_write(s_bio,sbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_task.c282 BIO *s_bio = NULL; local
302 s_bio = BIO_new(BIO_f_ssl());
303 if ((c_bio == NULL) || (s_bio == NULL))
308 BIO_set_ssl(s_bio, s_ssl, BIO_CLOSE);
348 i = BIO_read(s_bio, msg.data, msg.length);
361 i = BIO_write(s_bio, msg.data, msg.length);
394 if (s_bio != NULL)
395 BIO_free(s_bio);
H A Dssltest.c2164 BIO *s_bio = NULL; local
2190 s_bio = BIO_new(BIO_f_ssl());
2191 if ((c_bio == NULL) || (s_bio == NULL)) {
2204 BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE);
2217 i = (int)BIO_pending(s_bio);
2319 i = BIO_read(s_bio, sbuf, bufsiz);
2323 if (BIO_should_retry(s_bio)) {
2324 if (BIO_should_read(s_bio))
2326 if (BIO_should_write(s_bio))
2354 i = BIO_write(s_bio, sbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c404 BIO *s_bio = NULL; local
434 s_bio = BIO_new(BIO_f_ssl());
435 if ((c_bio == NULL) || (s_bio == NULL))
444 BIO_set_ssl(s_bio, s_ssl, (ctx[3] == NULL) ? BIO_CLOSE : BIO_NOCLOSE);
459 i = (int)BIO_pending(s_bio);
545 i = BIO_read(s_bio, sbuf, 100);
549 if (BIO_should_retry(s_bio)) {
550 if (BIO_should_read(s_bio))
552 if (BIO_should_write(s_bio))
572 i = BIO_write(s_bio, "hell
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c426 BIO *s_bio=NULL; local
454 s_bio=BIO_new(BIO_f_ssl());
455 if ((c_bio == NULL) || (s_bio == NULL)) goto err;
463 BIO_set_ssl(s_bio,s_ssl,(ctx[3] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
477 i=(int)BIO_pending(s_bio);
586 i=BIO_read(s_bio,sbuf,100);
591 if (BIO_should_retry(s_bio))
593 if (BIO_should_read(s_bio))
595 if (BIO_should_write(s_bio))
623 i=BIO_write(s_bio,"hell
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c404 BIO *s_bio = NULL; local
434 s_bio = BIO_new(BIO_f_ssl());
435 if ((c_bio == NULL) || (s_bio == NULL))
444 BIO_set_ssl(s_bio, s_ssl, (ctx[3] == NULL) ? BIO_CLOSE : BIO_NOCLOSE);
459 i = (int)BIO_pending(s_bio);
545 i = BIO_read(s_bio, sbuf, 100);
549 if (BIO_should_retry(s_bio)) {
550 if (BIO_should_read(s_bio))
552 if (BIO_should_write(s_bio))
572 i = BIO_write(s_bio, "hell
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c1323 BIO *s_bio=NULL; local
1343 s_bio=BIO_new(BIO_f_ssl());
1344 if ((c_bio == NULL) || (s_bio == NULL))
1356 BIO_set_ssl(s_bio,s_ssl,BIO_NOCLOSE);
1370 i=(int)BIO_pending(s_bio);
1494 i=BIO_read(s_bio,sbuf,sizeof(cbuf));
1499 if (BIO_should_retry(s_bio))
1501 if (BIO_should_read(s_bio))
1503 if (BIO_should_write(s_bio))
1541 i=BIO_write(s_bio,sbu
[all...]

Completed in 181 milliseconds