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

  /src/crypto/external/apache2/openssl/dist/test/
bio_meth_test.c 24 || !TEST_ptr(meth2 = BIO_meth_new(BIO_TYPE_NONE, "Method2"))
25 || !TEST_ptr(meth3 = BIO_meth_new(BIO_TYPE_NONE | BIO_TYPE_FILTER, "Method3"))
49 /* Check searching for BIO_TYPE_NONE returns NULL */
50 if (!TEST_ptr_null(BIO_find_type(bio3, BIO_TYPE_NONE)))
52 /* Check searching for BIO_TYPE_NONE + BIO_TYPE_FILTER works */
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 33 # define BIO_TYPE_NONE 0
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 47 #define BIO_TYPE_NONE 0
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 45 # define BIO_TYPE_NONE 0

Completed in 51 milliseconds