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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c137 dynamic_v_check_fn v_check; member in struct:st_dynamic_data_ctx
221 c->v_check = NULL;
227 c->DYNAMIC_F1 = "v_check";
492 ctx->v_check =
495 if (ctx->v_check)
496 vcheck_res = ctx->v_check(OSSL_DYNAMIC_VERSION);
505 ctx->v_check = NULL;
544 ctx->v_check = NULL;
H A Dengine.h759 * expected to be implemented with the symbol name "v_check", and a default
765 OPENSSL_EXPORT unsigned long v_check(unsigned long v) { \

Completed in 54 milliseconds