Searched refs:ossl_crypto_alloc_ex_data_intern (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssl/include/crypto/
H A Dcryptlib.h36 int ossl_crypto_alloc_ex_data_intern(int class_index, void *obj,
/freebsd-current/crypto/openssl/crypto/
H A Dex_data.c431 return ossl_crypto_alloc_ex_data_intern(class_index, obj, ad, idx);
434 int ossl_crypto_alloc_ex_data_intern(int class_index, void *obj, function
H A Dcontext.c424 * ossl_crypto_alloc_ex_data_intern() here instead of CRYPTO_alloc_ex_data().
428 if (ossl_crypto_alloc_ex_data_intern(CRYPTO_EX_INDEX_OSSL_LIB_CTX, NULL,

Completed in 170 milliseconds