Searched refs:verifyctx (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/evp/ |
D | pmeth_lib.c | 228 pmeth->verifyctx = 0; in EVP_PKEY_meth_new() 276 dst->verifyctx = src->verifyctx; in EVP_PKEY_meth_copy() 554 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen, in EVP_PKEY_meth_set_verifyctx() 558 pmeth->verifyctx = verifyctx; in EVP_PKEY_meth_set_verifyctx()
|
D | m_sigver.c | 182 if (ctx->pctx->pmeth->verifyctx) in EVP_DigestVerifyFinal() 191 r = tmp_ctx.pctx->pmeth->verifyctx(tmp_ctx.pctx, in EVP_DigestVerifyFinal()
|
D | evp_locl.h | 325 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen, member
|
D | evp.h | 1224 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,
|
/external/openssl/include/openssl/ |
D | evp.h | 1224 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,
|