Searched refs:c_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.c281 BIO *c_bio = NULL; local
301 c_bio = BIO_new(BIO_f_ssl());
303 if ((c_bio == NULL) || (s_bio == NULL))
392 if (c_bio != NULL)
393 BIO_free(c_bio);
H A Dssltest.c2163 BIO *c_bio = NULL; local
2189 c_bio = BIO_new(BIO_f_ssl());
2191 if ((c_bio == NULL) || (s_bio == NULL)) {
2199 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE);
2221 i = (int)BIO_pending(c_bio);
2255 i = BIO_write(c_bio, cbuf, j);
2259 if (BIO_should_retry(c_bio)) {
2260 if (BIO_should_read(c_bio))
2262 if (BIO_should_write(c_bio))
2283 i = BIO_read(c_bio, cbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_task.c265 BIO *c_bio=NULL; local
283 c_bio=BIO_new(BIO_f_ssl());
285 if ((c_bio == NULL) || (s_bio == NULL)) goto err;
366 if (c_bio != NULL) BIO_free(c_bio);
H A Dssltest.c1322 BIO *c_bio=NULL; local
1342 c_bio=BIO_new(BIO_f_ssl());
1344 if ((c_bio == NULL) || (s_bio == NULL))
1352 BIO_set_ssl(c_bio,c_ssl,BIO_NOCLOSE);
1373 i=(int)BIO_pending(c_bio);
1410 i=BIO_write(c_bio,cbuf,j);
1415 if (BIO_should_retry(c_bio))
1417 if (BIO_should_read(c_bio))
1419 if (BIO_should_write(c_bio))
1446 i=BIO_read(c_bio,cbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_task.c281 BIO *c_bio = NULL; local
301 c_bio = BIO_new(BIO_f_ssl());
303 if ((c_bio == NULL) || (s_bio == NULL))
392 if (c_bio != NULL)
393 BIO_free(c_bio);
H A Dssltest.c2163 BIO *c_bio = NULL; local
2189 c_bio = BIO_new(BIO_f_ssl());
2191 if ((c_bio == NULL) || (s_bio == NULL)) {
2199 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE);
2221 i = (int)BIO_pending(c_bio);
2255 i = BIO_write(c_bio, cbuf, j);
2259 if (BIO_should_retry(c_bio)) {
2260 if (BIO_should_read(c_bio))
2262 if (BIO_should_write(c_bio))
2283 i = BIO_read(c_bio, cbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c403 BIO *c_bio = NULL; local
433 c_bio = BIO_new(BIO_f_ssl());
435 if ((c_bio == NULL) || (s_bio == NULL))
440 BIO_set_ssl(c_bio, c_ssl, (ctx[2] == NULL) ? BIO_CLOSE : BIO_NOCLOSE);
463 i = (int)BIO_pending(c_bio);
493 i = BIO_write(c_bio, "hello from client\n", 18);
497 if (BIO_should_retry(c_bio)) {
498 if (BIO_should_read(c_bio))
500 if (BIO_should_write(c_bio))
515 i = BIO_read(c_bio, cbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c425 BIO *c_bio=NULL; local
453 c_bio=BIO_new(BIO_f_ssl());
455 if ((c_bio == NULL) || (s_bio == NULL)) goto err;
459 BIO_set_ssl(c_bio,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
480 i=(int)BIO_pending(c_bio);
514 i=BIO_write(c_bio,"hello from client\n",18);
519 if (BIO_should_retry(c_bio))
521 if (BIO_should_read(c_bio))
523 if (BIO_should_write(c_bio))
546 i=BIO_read(c_bio,cbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c403 BIO *c_bio = NULL; local
433 c_bio = BIO_new(BIO_f_ssl());
435 if ((c_bio == NULL) || (s_bio == NULL))
440 BIO_set_ssl(c_bio, c_ssl, (ctx[2] == NULL) ? BIO_CLOSE : BIO_NOCLOSE);
463 i = (int)BIO_pending(c_bio);
493 i = BIO_write(c_bio, "hello from client\n", 18);
497 if (BIO_should_retry(c_bio)) {
498 if (BIO_should_read(c_bio))
500 if (BIO_should_write(c_bio))
515 i = BIO_read(c_bio, cbu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c1322 BIO *c_bio=NULL; local
1342 c_bio=BIO_new(BIO_f_ssl());
1344 if ((c_bio == NULL) || (s_bio == NULL))
1352 BIO_set_ssl(c_bio,c_ssl,BIO_NOCLOSE);
1373 i=(int)BIO_pending(c_bio);
1410 i=BIO_write(c_bio,cbuf,j);
1415 if (BIO_should_retry(c_bio))
1417 if (BIO_should_read(c_bio))
1419 if (BIO_should_write(c_bio))
1446 i=BIO_read(c_bio,cbu
[all...]

Completed in 196 milliseconds