Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dm_sigver.c652 if (pctx->pmeth->verifyctx != NULL) in EVP_DigestVerifyFinal()
658 r = pctx->pmeth->verifyctx(pctx, sig, siglen, ctx); in EVP_DigestVerifyFinal()
671 r = tmp_ctx->pctx->pmeth->verifyctx(tmp_ctx->pctx, in EVP_DigestVerifyFinal()
H A Dpmeth_lib.c1752 int (*verifyctx) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_verifyctx()
1758 pmeth->verifyctx = verifyctx; in EVP_PKEY_meth_set_verifyctx()
1957 *pverifyctx = pmeth->verifyctx; in EVP_PKEY_meth_get_verifyctx()
/openssl/doc/man3/
H 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/include/crypto/
H A Devp.h170 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen, member
/openssl/include/openssl/
H A Devp.h2093 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen,

Completed in 37 milliseconds