Home
last modified time | relevance | path

Searched refs:ossl_crypto_new_ex_data_ex (Results 1 – 3 of 3) sorted by relevance

/openssl/include/internal/
H A Dcryptlib.h136 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj,
/openssl/crypto/
H A Dex_data.c219 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, in ossl_crypto_new_ex_data_ex() function
266 return ossl_crypto_new_ex_data_ex(NULL, class_index, obj, ad); in CRYPTO_new_ex_data()
/openssl/crypto/dsa/
H A Ddsa_lib.c177 if (!ossl_crypto_new_ex_data_ex(libctx, CRYPTO_EX_INDEX_DSA, ret, in dsa_new_intern()

Completed in 9 milliseconds