Searched refs:ossl_crypto_new_ex_data_ex (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/ |
D | ex_data.c | 211 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()
|
D | context.c | 96 if (!ossl_crypto_new_ex_data_ex(ctx, CRYPTO_EX_INDEX_OSSL_LIB_CTX, NULL, in context_init()
|
/third_party/openssl/include/internal/ |
D | cryptlib.h | 203 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj,
|
/third_party/openssl/crypto/dsa/ |
D | dsa_lib.c | 174 if (!ossl_crypto_new_ex_data_ex(libctx, CRYPTO_EX_INDEX_DSA, ret, in dsa_new_intern()
|