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

  /src/crypto/external/apache2/openssl/dist/test/
sslcorrupttest.c 105 static BIO_METHOD *method_tls_corrupt = NULL; variable
110 if (method_tls_corrupt == NULL) {
111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER,
113 if (method_tls_corrupt == NULL
114 || !BIO_meth_set_write(method_tls_corrupt, tls_corrupt_write)
115 || !BIO_meth_set_read(method_tls_corrupt, tls_corrupt_read)
116 || !BIO_meth_set_puts(method_tls_corrupt, tls_corrupt_puts)
117 || !BIO_meth_set_gets(method_tls_corrupt, tls_corrupt_gets)
118 || !BIO_meth_set_ctrl(method_tls_corrupt, tls_corrupt_ctrl)
119 || !BIO_meth_set_create(method_tls_corrupt, tls_corrupt_new
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
sslcorrupttest.c 105 static BIO_METHOD *method_tls_corrupt = NULL; variable
110 if (method_tls_corrupt == NULL) {
111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER,
113 if ( method_tls_corrupt == NULL
114 || !BIO_meth_set_write(method_tls_corrupt, tls_corrupt_write)
115 || !BIO_meth_set_read(method_tls_corrupt, tls_corrupt_read)
116 || !BIO_meth_set_puts(method_tls_corrupt, tls_corrupt_puts)
117 || !BIO_meth_set_gets(method_tls_corrupt, tls_corrupt_gets)
118 || !BIO_meth_set_ctrl(method_tls_corrupt, tls_corrupt_ctrl)
119 || !BIO_meth_set_create(method_tls_corrupt, tls_corrupt_new
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
sslcorrupttest.c 105 static BIO_METHOD *method_tls_corrupt = NULL; variable
110 if (method_tls_corrupt == NULL) {
111 method_tls_corrupt = BIO_meth_new(BIO_TYPE_CUSTOM_FILTER,
113 if ( method_tls_corrupt == NULL
114 || !BIO_meth_set_write(method_tls_corrupt, tls_corrupt_write)
115 || !BIO_meth_set_read(method_tls_corrupt, tls_corrupt_read)
116 || !BIO_meth_set_puts(method_tls_corrupt, tls_corrupt_puts)
117 || !BIO_meth_set_gets(method_tls_corrupt, tls_corrupt_gets)
118 || !BIO_meth_set_ctrl(method_tls_corrupt, tls_corrupt_ctrl)
119 || !BIO_meth_set_create(method_tls_corrupt, tls_corrupt_new
    [all...]

Completed in 24 milliseconds