Home
last modified time | relevance | path

Searched refs:digest_custom (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dm_sigver.c359 if (ctx->pctx->pmeth->digest_custom != NULL) in do_sigver_init()
427 /* do_sigver_init() checked that |digest_custom| is non-NULL */ in EVP_DigestSignUpdate()
429 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignUpdate()
457 /* do_sigver_init() checked that |digest_custom| is non-NULL */ in EVP_DigestVerifyUpdate()
459 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyUpdate()
500 /* do_sigver_init() checked that |digest_custom| is non-NULL */ in EVP_DigestSignFinal()
502 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignFinal()
625 /* do_sigver_init() checked that |digest_custom| is non-NULL */ in EVP_DigestVerifyFinal()
627 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyFinal()
H A Dpmeth_lib.c1303 * If the method has a |digest_custom| function, we can relax the in evp_pkey_ctx_ctrl_int()
1307 if (ctx->pmeth == NULL || ctx->pmeth->digest_custom == NULL) { in evp_pkey_ctx_ctrl_int()
1850 int (*digest_custom) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_digest_custom()
1853 pmeth->digest_custom = digest_custom; in EVP_PKEY_meth_set_digest_custom()
2066 *pdigest_custom = pmeth->digest_custom; in EVP_PKEY_meth_get_digest_custom()
/third_party/openssl/crypto/evp/
H A Dm_sigver.c359 if (ctx->pctx->pmeth->digest_custom != NULL) in do_sigver_init()
427 /* do_sigver_init() checked that |digest_custom| is non-NULL */ in EVP_DigestSignUpdate()
429 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignUpdate()
457 /* do_sigver_init() checked that |digest_custom| is non-NULL */ in EVP_DigestVerifyUpdate()
459 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyUpdate()
500 /* do_sigver_init() checked that |digest_custom| is non-NULL */ in EVP_DigestSignFinal()
502 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignFinal()
625 /* do_sigver_init() checked that |digest_custom| is non-NULL */ in EVP_DigestVerifyFinal()
627 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyFinal()
H A Dpmeth_lib.c1302 * If the method has a |digest_custom| function, we can relax the in evp_pkey_ctx_ctrl_int()
1306 if (ctx->pmeth == NULL || ctx->pmeth->digest_custom == NULL) { in evp_pkey_ctx_ctrl_int()
1849 int (*digest_custom) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_digest_custom()
1852 pmeth->digest_custom = digest_custom; in EVP_PKEY_meth_set_digest_custom()
2065 *pdigest_custom = pmeth->digest_custom; in EVP_PKEY_meth_get_digest_custom()
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h89 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h122 /* Indicator if digest_custom needs to be called */
181 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
/third_party/openssl/include/crypto/
H A Devp.h122 /* Indicator if digest_custom needs to be called */
181 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1539 int (*digest_custom) (EVP_PKEY_CTX *ctx,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h2066 (EVP_PKEY_METHOD *pmeth, int (*digest_custom) (EVP_PKEY_CTX *ctx,
/third_party/openssl/include/openssl/
H A Devp.h2064 (EVP_PKEY_METHOD *pmeth, int (*digest_custom) (EVP_PKEY_CTX *ctx,

Completed in 26 milliseconds