HomeSort by: relevance | last modified time | path
    Searched refs:sessbio (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
clienthellotest.c 72 BIO *sessbio = NULL; local
153 sessbio = BIO_new_file(sessionfile, "r");
154 if (!TEST_ptr(sessbio)) {
158 sess = PEM_read_bio_SSL_SESSION(sessbio, NULL, NULL, NULL);
250 BIO_free(sessbio);
  /src/crypto/external/bsd/openssl.old/dist/test/
clienthellotest.c 72 BIO *sessbio = NULL; local
148 sessbio = BIO_new_file(sessionfile, "r");
149 if (!TEST_ptr(sessbio)) {
153 sess = PEM_read_bio_SSL_SESSION(sessbio, NULL, NULL, NULL);
245 BIO_free(sessbio);
  /src/crypto/external/apache2/openssl/dist/test/
clienthellotest.c 64 BIO *sessbio = NULL; local
209 BIO_free(sessbio);

Completed in 27 milliseconds