Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dcontext.c356 int dynidx; in ossl_lib_ctx_get_data() local
364 dynidx = ctx->dyn_indexes[index]; in ossl_lib_ctx_get_data()
367 if (dynidx != -1) { in ossl_lib_ctx_get_data()
374 data = CRYPTO_get_ex_data(&ctx->data, dynidx); in ossl_lib_ctx_get_data()
387 dynidx = ctx->dyn_indexes[index]; in ossl_lib_ctx_get_data()
388 if (dynidx != -1) { in ossl_lib_ctx_get_data()
389 data = CRYPTO_get_ex_data(&ctx->data, dynidx); in ossl_lib_ctx_get_data()