Searched refs:digest_custom (Results 1 – 5 of 5) sorted by relevance
379 if (ctx->pmeth->digest_custom != NULL) in EVP_PKEY_CTX_ctrl()679 int (*digest_custom) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_digest_custom()682 pmeth->digest_custom = digest_custom; in EVP_PKEY_meth_set_digest_custom()895 *pdigest_custom = pmeth->digest_custom; in EVP_PKEY_meth_get_digest_custom()
82 if (ctx->pctx->pmeth->digest_custom != NULL) in do_sigver_init()83 return ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx); in do_sigver_init()
138 int (*digest_custom) (EVP_PKEY_CTX *ctx,373 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx);375 The digest_custom() method is used to generate customized digest content before379 be signed. The digest_custom() function will be called by L<EVP_DigestSignInit(3)>
89 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
1539 int (*digest_custom) (EVP_PKEY_CTX *ctx,