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

  /src/crypto/external/apache2/openssl/dist/test/
bio_meth_test.c 20 if (!TEST_int_eq(id, BIO_TYPE_START + 1))
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_meth.c 24 static CRYPTO_REF_COUNT bio_count = BIO_TYPE_START;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_meth.c 24 static CRYPTO_REF_COUNT bio_count = BIO_TYPE_START;
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
tap_bio.c 28 tap = BIO_meth_new(BIO_TYPE_START | BIO_TYPE_FILTER, "tap");
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_meth.c 18 return CRYPTO_NEW_REF(&bio_type_count, BIO_TYPE_START);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 59 #define BIO_TYPE_START 128
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 77 #define BIO_TYPE_START 128
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 72 #define BIO_TYPE_START 128

Completed in 29 milliseconds