Searched refs:verifyctx (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/evp/ |
H A D | m_sigver.c | 652 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 D | pmeth_lib.c | 1752 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 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/include/crypto/ |
H A D | evp.h | 170 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen, member
|
/openssl/include/openssl/ |
H A D | evp.h | 2093 int (*verifyctx) (EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen,
|
Completed in 22 milliseconds