Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dpmeth_lib.c379 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()
Dm_sigver.c82 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()
/third_party/openssl/doc/man3/
DEVP_PKEY_meth_new.pod138 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 before
379 be signed. The digest_custom() function will be called by L<EVP_DigestSignInit(3)>
/third_party/openssl/include/crypto/
Devp.h89 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
/third_party/openssl/include/openssl/
Devp.h1539 int (*digest_custom) (EVP_PKEY_CTX *ctx,