Searched refs:s_to_c (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/threads/
H A Dmttest.c426 BIO *s_to_c=NULL; local
452 s_to_c=BIO_new(BIO_s_mem());
453 if ((s_to_c == NULL) || (c_to_s == NULL)) goto err;
460 SSL_set_bio(c_ssl,s_to_c,c_to_s);
464 SSL_set_bio(s_ssl,c_to_s,s_to_c);
692 if (s_to_c != NULL) BIO_free(s_to_c);
/external/openssl/ssl/
H A Dssltest.c1593 BIO *s_to_c=NULL; local
1606 s_to_c=BIO_new(BIO_s_mem());
1607 if ((s_to_c == NULL) || (c_to_s == NULL))
1622 SSL_set_bio(c_ssl,s_to_c,c_to_s);
1626 SSL_set_bio(s_ssl,c_to_s,s_to_c);
1874 if (s_to_c != NULL) BIO_free(s_to_c);

Completed in 30 milliseconds