Home
last modified time | relevance | path

Searched refs:verifyctx (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/evp/
Dpmeth_lib.c223 pmeth->verifyctx = 0; in EVP_PKEY_meth_new()
499 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen, in EVP_PKEY_meth_set_verifyctx()
503 pmeth->verifyctx = verifyctx; in EVP_PKEY_meth_set_verifyctx()
Dm_sigver.c182 if (ctx->pctx->pmeth->verifyctx) in EVP_DigestVerifyFinal()
191 r = tmp_ctx.pctx->pmeth->verifyctx(tmp_ctx.pctx, in EVP_DigestVerifyFinal()
Devp_locl.h325 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen, member
Devp.h1162 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,
/external/openssl/include/openssl/
Devp.h1162 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,