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

  /src/crypto/external/apache2/openssl/dist/test/
bio_meth_test.c 19 id = BIO_get_new_index();
36 /* Check that we get an error if we exhaust BIO_get_new_index() */
38 if (!TEST_int_eq(BIO_get_new_index(), i))
41 if (!TEST_int_eq(BIO_get_new_index(), -1))
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_meth.c 22 int BIO_get_new_index(void)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_meth.c 22 int BIO_get_new_index(void)
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_meth.c 21 int BIO_get_new_index(void)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 177 int BIO_get_new_index(void);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 76 /* Custom type starting index returned by BIO_get_new_index() */
78 /* Custom type maximum index that can be returned by BIO_get_new_index() */
249 int BIO_get_new_index(void);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 217 int BIO_get_new_index(void);

Completed in 19 milliseconds