Searched refs:digest_custom (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/evp/ |
H A D | m_sigver.c | 352 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 D | pmeth_lib.c | 1301 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 D | EVP_PKEY_meth_new.pod | 142 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 D | evp.h | 191 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
|
/openssl/include/openssl/ |
H A D | evp.h | 2126 (EVP_PKEY_METHOD *pmeth, int (*digest_custom) (EVP_PKEY_CTX *ctx,
|
Completed in 29 milliseconds