Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dpmeth_check.c112 if (ctx->pmeth->param_check != NULL) in evp_pkey_param_check_combined()
113 return ctx->pmeth->param_check(pkey); in evp_pkey_param_check_combined()
H A Dpmeth_lib.c1845 pmeth->param_check = check; in EVP_PKEY_meth_set_param_check()
2057 *pcheck = pmeth->param_check; in EVP_PKEY_meth_get_param_check()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dpmeth_gn.c228 if (ctx->pmeth->param_check != NULL) in EVP_PKEY_param_check()
229 return ctx->pmeth->param_check(pkey); in EVP_PKEY_param_check()
H A Dpmeth_lib.c675 pmeth->param_check = check; in EVP_PKEY_meth_set_param_check()
887 *pcheck = pmeth->param_check; in EVP_PKEY_meth_get_param_check()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_meth_new.pod366 int (*param_check) (EVP_PKEY *pkey);
368 The check(), public_check() and param_check() methods are used to validate a
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_meth_new.pod373 int (*param_check) (EVP_PKEY *pkey);
375 The check(), public_check() and param_check() methods are used to validate a
/netbsd/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Devp.h87 int (*param_check) (EVP_PKEY *pkey); member
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Devp_extra_test.c421 int param_check; member
1518 int expected_param_check = ak->param_check; in test_EVP_PKEY_check()
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h179 int (*param_check) (EVP_PKEY *pkey); member
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Devp_extra_test.c553 int param_check; member
2273 int expected_param_check = ak->param_check; in test_EVP_PKEY_check()