Home
last modified time | relevance | path

Searched refs:EVP_PKEY_OP_SIGNCTX (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dm_sigver.c84 : EVP_PKEY_OP_SIGNCTX) in do_sigver_init()
204 : EVP_PKEY_OP_SIGNCTX; in do_sigver_init()
338 ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX; in do_sigver_init()
412 || pctx->operation != EVP_PKEY_OP_SIGNCTX in EVP_DigestSignUpdate()
475 || pctx->operation != EVP_PKEY_OP_SIGNCTX in EVP_DigestSignFinal()
573 && pctx->operation == EVP_PKEY_OP_SIGNCTX in EVP_DigestSign()
H A Ddigest.c161 if (ctx->pctx->operation == EVP_PKEY_OP_SIGNCTX) in evp_md_init_internal()
391 if (ctx->pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_DigestUpdate()
703 || pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_MD_CTX_set_params()
738 || pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_MD_CTX_settable_params()
759 || pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_MD_CTX_get_params()
794 || pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_MD_CTX_gettable_params()
/third_party/openssl/crypto/evp/
H A Dm_sigver.c84 : EVP_PKEY_OP_SIGNCTX) in do_sigver_init()
204 : EVP_PKEY_OP_SIGNCTX; in do_sigver_init()
338 ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX; in do_sigver_init()
412 || pctx->operation != EVP_PKEY_OP_SIGNCTX in EVP_DigestSignUpdate()
475 || pctx->operation != EVP_PKEY_OP_SIGNCTX in EVP_DigestSignFinal()
573 && pctx->operation == EVP_PKEY_OP_SIGNCTX in EVP_DigestSign()
H A Ddigest.c161 if (ctx->pctx->operation == EVP_PKEY_OP_SIGNCTX) in evp_md_init_internal()
391 if (ctx->pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_DigestUpdate()
703 || pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_MD_CTX_set_params()
738 || pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_MD_CTX_settable_params()
759 || pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_MD_CTX_get_params()
794 || pctx->operation == EVP_PKEY_OP_SIGNCTX) in EVP_MD_CTX_gettable_params()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs167 pub const EVP_PKEY_OP_SIGNCTX: c_int = 1 << 7; consts
176 pub const EVP_PKEY_OP_SIGNCTX: c_int = 1 << 6; consts
187 | EVP_PKEY_OP_SIGNCTX
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h724 || (ctx)->operation == EVP_PKEY_OP_SIGNCTX \
/third_party/openssl/include/crypto/
H A Devp.h724 || (ctx)->operation == EVP_PKEY_OP_SIGNCTX \
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1263 # define EVP_PKEY_OP_SIGNCTX (1<<6) macro
1271 | EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1691 # define EVP_PKEY_OP_SIGNCTX (1<<7) macro
1701 | EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)
/third_party/openssl/include/openssl/
H A Devp.h1689 # define EVP_PKEY_OP_SIGNCTX (1<<7) macro
1699 | EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)
/third_party/openssl/test/
H A Devp_extra_test.c1483 if (!TEST_int_eq(EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_SIGNCTX, in test_siphash_digestsign()

Completed in 26 milliseconds