Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dex_data.c211 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, in ossl_crypto_new_ex_data_ex() function
260 return ossl_crypto_new_ex_data_ex(NULL, class_index, obj, ad); in CRYPTO_new_ex_data()
Dcontext.c96 if (!ossl_crypto_new_ex_data_ex(ctx, CRYPTO_EX_INDEX_OSSL_LIB_CTX, NULL, in context_init()
/third_party/openssl/include/internal/
Dcryptlib.h203 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj,
/third_party/openssl/crypto/dsa/
Ddsa_lib.c174 if (!ossl_crypto_new_ex_data_ex(libctx, CRYPTO_EX_INDEX_DSA, ret, in dsa_new_intern()