Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dm_sigver.c83 || locpctx->operation != (ver ? EVP_PKEY_OP_VERIFYCTX in do_sigver_init()
203 locpctx->operation = ver ? EVP_PKEY_OP_VERIFYCTX in do_sigver_init()
327 ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX; in do_sigver_init()
442 || pctx->operation != EVP_PKEY_OP_VERIFYCTX in EVP_DigestVerifyUpdate()
602 || pctx->operation != EVP_PKEY_OP_VERIFYCTX in EVP_DigestVerifyFinal()
666 && pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_DigestVerify()
H A Ddigest.c163 if (ctx->pctx->operation == EVP_PKEY_OP_VERIFYCTX) in evp_md_init_internal()
393 if (ctx->pctx->operation == EVP_PKEY_OP_VERIFYCTX) in EVP_DigestUpdate()
702 && (pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_MD_CTX_set_params()
737 && (pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_MD_CTX_settable_params()
758 && (pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_MD_CTX_get_params()
793 && (pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_MD_CTX_gettable_params()
/third_party/openssl/crypto/evp/
H A Dm_sigver.c83 || locpctx->operation != (ver ? EVP_PKEY_OP_VERIFYCTX in do_sigver_init()
203 locpctx->operation = ver ? EVP_PKEY_OP_VERIFYCTX in do_sigver_init()
327 ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX; in do_sigver_init()
442 || pctx->operation != EVP_PKEY_OP_VERIFYCTX in EVP_DigestVerifyUpdate()
602 || pctx->operation != EVP_PKEY_OP_VERIFYCTX in EVP_DigestVerifyFinal()
666 && pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_DigestVerify()
H A Ddigest.c163 if (ctx->pctx->operation == EVP_PKEY_OP_VERIFYCTX) in evp_md_init_internal()
393 if (ctx->pctx->operation == EVP_PKEY_OP_VERIFYCTX) in EVP_DigestUpdate()
702 && (pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_MD_CTX_set_params()
737 && (pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_MD_CTX_settable_params()
758 && (pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_MD_CTX_get_params()
793 && (pctx->operation == EVP_PKEY_OP_VERIFYCTX in EVP_MD_CTX_gettable_params()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs168 pub const EVP_PKEY_OP_VERIFYCTX: c_int = 1 << 8; consts
177 pub const EVP_PKEY_OP_VERIFYCTX: c_int = 1 << 7; consts
188 | EVP_PKEY_OP_VERIFYCTX;
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h726 || (ctx)->operation == EVP_PKEY_OP_VERIFYCTX \
/third_party/openssl/include/crypto/
H A Devp.h726 || (ctx)->operation == EVP_PKEY_OP_VERIFYCTX \
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1264 # define EVP_PKEY_OP_VERIFYCTX (1<<7) macro
1271 | EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1692 # define EVP_PKEY_OP_VERIFYCTX (1<<8) macro
1701 | EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)
/third_party/openssl/include/openssl/
H A Devp.h1690 # define EVP_PKEY_OP_VERIFYCTX (1<<8) macro
1699 | EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)

Completed in 18 milliseconds