Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dcontext.c97 if (!ossl_crypto_new_ex_data_ex(ctx, CRYPTO_EX_INDEX_OSSL_LIB_CTX, NULL, in context_init()
134 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_OSSL_LIB_CTX, NULL, &ctx->data); in context_deinit()
355 idx = ossl_crypto_get_ex_new_index_ex(ctx, CRYPTO_EX_INDEX_OSSL_LIB_CTX, 0, in ossl_lib_ctx_init_index()
428 if (ossl_crypto_alloc_ex_data_intern(CRYPTO_EX_INDEX_OSSL_LIB_CTX, NULL, in ossl_lib_ctx_get_data()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h234 # define CRYPTO_EX_INDEX_OSSL_LIB_CTX 16 macro
H A Dcrypto.h.in211 # define CRYPTO_EX_INDEX_OSSL_LIB_CTX 16 macro