Searched refs:digest_custom (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | m_sigver.c | 359 if (ctx->pctx->pmeth->digest_custom != NULL) in do_sigver_init() 429 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignUpdate() 459 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyUpdate() 502 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestSignFinal() 627 && !ctx->pctx->pmeth->digest_custom(ctx->pctx, ctx)) in EVP_DigestVerifyFinal()
|
H A D | pmeth_lib.c | 1379 if (ctx->pmeth == NULL || ctx->pmeth->digest_custom == NULL) { in evp_pkey_ctx_ctrl_int() 1922 int (*digest_custom) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_digest_custom() 1925 pmeth->digest_custom = digest_custom; in EVP_PKEY_meth_set_digest_custom() 2138 *pdigest_custom = pmeth->digest_custom; in EVP_PKEY_meth_get_digest_custom()
|
/freebsd/crypto/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)>
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | evp.h | 181 int (*digest_custom) (EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx); member
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 2066 (EVP_PKEY_METHOD *pmeth, int (*digest_custom) (EVP_PKEY_CTX *ctx,
|