Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dm_sigver.c352 if (ctx->pctx->pmeth->digest_custom != NULL) in do_sigver_init()
423 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignUpdate()
458 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyUpdate()
507 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignFinal()
648 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyFinal()
H A Dpmeth_lib.c1301 if (ctx->pmeth == NULL || ctx->pmeth->digest_custom == NULL) { in evp_pkey_ctx_ctrl_int()
1840 int (*digest_custom) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_digest_custom()
1843 pmeth->digest_custom = digest_custom; in EVP_PKEY_meth_set_digest_custom()
2056 *pdigest_custom = pmeth->digest_custom; in EVP_PKEY_meth_get_digest_custom()
/openssl/doc/man3/
H 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/include/crypto/
H A Devp.h191 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
/openssl/include/openssl/
H A Devp.h2126 (EVP_PKEY_METHOD *pmeth, int (*digest_custom) (EVP_PKEY_CTX *ctx,

Completed in 27 milliseconds