Searched refs:ossl_crypto_new_ex_data_ex (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/ |
H A D | ex_data.c | 213 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, in ossl_crypto_new_ex_data_ex() function 262 return ossl_crypto_new_ex_data_ex(NULL, class_index, obj, ad); in CRYPTO_new_ex_data()
|
H A D | context.c | 97 if (!ossl_crypto_new_ex_data_ex(ctx, CRYPTO_EX_INDEX_OSSL_LIB_CTX, NULL, in context_init()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | cryptlib.h | 205 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj,
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 174 if (!ossl_crypto_new_ex_data_ex(libctx, CRYPTO_EX_INDEX_DSA, ret, in dsa_new_intern()
|