Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dpmeth_gn.c205 if (ctx->pmeth->public_check != NULL) in EVP_PKEY_public_check()
206 return ctx->pmeth->public_check(pkey); in EVP_PKEY_public_check()
Dpmeth_lib.c669 pmeth->public_check = check; in EVP_PKEY_meth_set_public_check()
880 *pcheck = pmeth->public_check; in EVP_PKEY_meth_get_public_check()
/third_party/openssl/doc/man3/
DEVP_PKEY_meth_new.pod365 int (*public_check) (EVP_PKEY *pkey);
368 The check(), public_check() and param_check() methods are used to validate a
/third_party/openssl/include/crypto/
Devp.h86 int (*public_check) (EVP_PKEY *pkey); member