Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dcontext.c35 int dyn_indexes[OSSL_LIB_CTX_MAX_INDEXES]; member
86 ctx->dyn_indexes[i] = -1; in context_init()
348 ctx->dyn_indexes[static_index] = idx; in ossl_lib_ctx_init_index()
364 dynidx = ctx->dyn_indexes[index]; in ossl_lib_ctx_get_data()
387 dynidx = ctx->dyn_indexes[index]; in ossl_lib_ctx_get_data()
414 &ctx->data, ctx->dyn_indexes[index])) { in ossl_lib_ctx_get_data()
417 data = CRYPTO_get_ex_data(&ctx->data, ctx->dyn_indexes[index]); in ossl_lib_ctx_get_data()