Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Dm_sigver.c359 if (ctx->pctx->pmeth->digest_custom != NULL) in do_sigver_init()
429 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignUpdate()
459 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyUpdate()
502 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignFinal()
627 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyFinal()
A Dpmeth_lib.c1294 if (ctx->pmeth == NULL || ctx->pmeth->digest_custom == NULL) { in evp_pkey_ctx_ctrl_int()
1837 int (*digest_custom) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_digest_custom()
1840 pmeth->digest_custom = digest_custom; in EVP_PKEY_meth_set_digest_custom()
2053 *pdigest_custom = pmeth->digest_custom; in EVP_PKEY_meth_get_digest_custom()
/openssl-master/doc/man3/
A DEVP_PKEY_meth_new.pod142 int (*digest_custom) (EVP_PKEY_CTX *ctx,
380 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx);
382 The digest_custom() method is used to generate customized digest content before
386 be signed. The digest_custom() function will be called by L<EVP_DigestSignInit(3)>
/openssl-master/include/crypto/
A Devp.h181 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
/openssl-master/include/openssl/
A Devp.h2064 (EVP_PKEY_METHOD *pmeth, int (*digest_custom) (EVP_PKEY_CTX *ctx,

Completed in 20 milliseconds