Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dcontext.c34 int dyn_indexes[OSSL_LIB_CTX_MAX_INDEXES]; member
85 ctx->dyn_indexes[i] = -1; in context_init()
346 ctx->dyn_indexes[static_index] = idx; in ossl_lib_ctx_init_index()
362 dynidx = ctx->dyn_indexes[index]; in ossl_lib_ctx_get_data()
385 dynidx = ctx->dyn_indexes[index]; in ossl_lib_ctx_get_data()
412 &ctx->data, ctx->dyn_indexes[index])) { in ossl_lib_ctx_get_data()
415 data = CRYPTO_get_ex_data(&ctx->data, ctx->dyn_indexes[index]); in ossl_lib_ctx_get_data()

Completed in 4 milliseconds