Home
last modified time | relevance | path

Searched refs:BIO_get_new_index (Results 1 – 7 of 7) sorted by relevance

/openssl/test/
H A Dbio_meth_test.c19 id = BIO_get_new_index(); in test_bio_meth()
38 if (!TEST_int_eq(BIO_get_new_index(), i)) in test_bio_meth()
41 if (!TEST_int_eq(BIO_get_new_index(), -1)) in test_bio_meth()
/openssl/doc/man3/
H A DBIO_meth_new.pod5 BIO_get_new_index,
19 int BIO_get_new_index(void);
92 B<type> can be set to either B<BIO_TYPE_NONE> or via BIO_get_new_index() if
95 Note that BIO_get_new_index() can only be used 127 times before it returns an
175 BIO_get_new_index() returns the new BIO type value or -1 if an error occurred.
/openssl/crypto/bio/
H A Dbio_meth.c21 int BIO_get_new_index(void) in BIO_get_new_index() function
/openssl/include/openssl/
H A Dbio.h.in74 /* Custom type starting index returned by BIO_get_new_index() */
76 /* Custom type maximum index that can be returned by BIO_get_new_index() */
246 int BIO_get_new_index(void);
/openssl/
H A DNEWS.md259 * The BIO_get_new_index() function can only be called 127 times before it
H A DCHANGES.md358 * The BIO_get_new_index() function can only be called 127 times before it
362 or BIO_get_new_index() can be used to supply a type to BIO_meth_new().
/openssl/util/
H A Dlibcrypto.num4056 BIO_get_new_index 4148 3_0_0 EXIST::FUNCTION:

Completed in 107 milliseconds