Searched refs:verifyctx (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/evp/ |
A D | m_sigver.c | 631 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 D | pmeth_lib.c | 1749 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 D | EVP_PKEY_meth_new.pod | 94 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 D | evp.h | 160 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen, member
|
/openssl-master/include/openssl/ |
A D | evp.h | 2031 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen,
|
Completed in 18 milliseconds