Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Dm_sigver.c631 if (pctx->pmeth->verifyctx != NULL) in EVP_DigestVerifyFinal()
637 r = pctx->pmeth->verifyctx(pctx, sig, siglen, ctx); in EVP_DigestVerifyFinal()
649 r = tmp_ctx->pctx->pmeth->verifyctx(tmp_ctx->pctx, in EVP_DigestVerifyFinal()
A Dpmeth_lib.c1749 int (*verifyctx) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_verifyctx()
1755 pmeth->verifyctx = verifyctx; in EVP_PKEY_meth_set_verifyctx()
1954 *pverifyctx = pmeth->verifyctx; in EVP_PKEY_meth_get_verifyctx()
/openssl-master/doc/man3/
A DEVP_PKEY_meth_new.pod94 int (*verifyctx) (EVP_PKEY_CTX *ctx,
327 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen,
330 The verifyctx_init() and verifyctx() methods are used to verify a signature
/openssl-master/include/crypto/
A Devp.h160 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen, member
/openssl-master/include/openssl/
A Devp.h2031 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen,

Completed in 18 milliseconds