Searched refs:param_check (Results 1 – 4 of 4) sorted by relevance
228 if (ctx->pmeth->param_check != NULL) in EVP_PKEY_param_check()229 return ctx->pmeth->param_check(pkey); in EVP_PKEY_param_check()
660 pmeth->param_check = check; in EVP_PKEY_meth_set_param_check()855 *pcheck = pmeth->param_check; in EVP_PKEY_meth_get_param_check()
338 int (*param_check) (EVP_PKEY *pkey);340 The check(), public_check() and param_check() methods are used to validate a
87 int (*param_check) (EVP_PKEY *pkey); member