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

  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssltestlib.c 51 static BIO_METHOD *method_tls_dump = NULL; variable
59 if (method_tls_dump == NULL) {
60 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER,
62 if ( method_tls_dump == NULL
63 || !BIO_meth_set_write(method_tls_dump, tls_dump_write)
64 || !BIO_meth_set_read(method_tls_dump, tls_dump_read)
65 || !BIO_meth_set_puts(method_tls_dump, tls_dump_puts)
66 || !BIO_meth_set_gets(method_tls_dump, tls_dump_gets)
67 || !BIO_meth_set_ctrl(method_tls_dump, tls_dump_ctrl)
68 || !BIO_meth_set_create(method_tls_dump, tls_dump_new
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltestlib.c 67 static BIO_METHOD *method_tls_dump = NULL; variable
74 if (method_tls_dump == NULL) {
75 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER,
77 if ( method_tls_dump == NULL
78 || !BIO_meth_set_write(method_tls_dump, tls_dump_write)
79 || !BIO_meth_set_read(method_tls_dump, tls_dump_read)
80 || !BIO_meth_set_puts(method_tls_dump, tls_dump_puts)
81 || !BIO_meth_set_gets(method_tls_dump, tls_dump_gets)
82 || !BIO_meth_set_ctrl(method_tls_dump, tls_dump_ctrl)
83 || !BIO_meth_set_create(method_tls_dump, tls_dump_new
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.c 47 static BIO_METHOD *method_tls_dump = NULL; variable
56 if (method_tls_dump == NULL) {
57 method_tls_dump = BIO_meth_new(BIO_TYPE_TLS_DUMP_FILTER,
59 if (method_tls_dump == NULL
60 || !BIO_meth_set_write(method_tls_dump, tls_dump_write)
61 || !BIO_meth_set_read(method_tls_dump, tls_dump_read)
62 || !BIO_meth_set_puts(method_tls_dump, tls_dump_puts)
63 || !BIO_meth_set_gets(method_tls_dump, tls_dump_gets)
64 || !BIO_meth_set_ctrl(method_tls_dump, tls_dump_ctrl)
65 || !BIO_meth_set_create(method_tls_dump, tls_dump_new
    [all...]

Completed in 24 milliseconds