Home
last modified time | relevance | path

Searched refs:CRYPTO_alloc_ex_data (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DCRYPTO_get_ex_new_index.pod7 CRYPTO_alloc_ex_data, CRYPTO_set_ex_data, CRYPTO_get_ex_data,
30 int CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad,
122 The exdata value may be allocated later on with CRYPTO_alloc_ex_data(),
154 CRYPTO_free_ex_index(), CRYPTO_alloc_ex_data() and CRYPTO_set_ex_data()
164 CRYPTO_alloc_ex_data() was added in OpenSSL 3.0.
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dexdatatest.c183 && TEST_true(CRYPTO_alloc_ex_data(CRYPTO_EX_INDEX_APP, obj, in MYOBJ_allochello3()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dex_data.c421 int CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad, in CRYPTO_alloc_ex_data() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcrypto.h.in239 int CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad,