Searched defs:v_check (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Deng_dyn.c129 dynamic_v_check_fn v_check; member in struct:st_dynamic_data_ctx
197 c->v_check = NULL;
203 c->DYNAMIC_F1 = "v_check";
475 ctx->v_check = (dynamic_v_check_fn)DSO_bind_func(
477 if(ctx->v_check)
478 vcheck_res = ctx->v_check(OSSL_DYNAMIC_VERSION);
486 ctx->v_check = NULL;
521 ctx->v_check = NULL;
/external/openssl/crypto/engine/
H A Deng_dyn.c129 dynamic_v_check_fn v_check; member in struct:st_dynamic_data_ctx
197 c->v_check = NULL;
203 c->DYNAMIC_F1 = "v_check";
475 ctx->v_check = (dynamic_v_check_fn)DSO_bind_func(
477 if(ctx->v_check)
478 vcheck_res = ctx->v_check(OSSL_DYNAMIC_VERSION);
486 ctx->v_check = NULL;
521 ctx->v_check = NULL;

Completed in 46 milliseconds