Home
last modified time | relevance | path

Searched refs:EVP_PKEY_FLAG_SIGCTX_CUSTOM (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/evp/
Dm_sigver.c33 if (!(ctx->pctx->pmeth->flags & EVP_PKEY_FLAG_SIGCTX_CUSTOM)) { in do_sigver_init()
74 if (ctx->pctx->pmeth->flags & EVP_PKEY_FLAG_SIGCTX_CUSTOM) in do_sigver_init()
105 if (pctx->pmeth->flags & EVP_PKEY_FLAG_SIGCTX_CUSTOM) { in EVP_DigestSignFinal()
/third_party/openssl/crypto/cmac/
Dcm_pmeth.c132 EVP_PKEY_FLAG_SIGCTX_CUSTOM,
/third_party/openssl/crypto/poly1305/
Dpoly1305_pmeth.c165 EVP_PKEY_FLAG_SIGCTX_CUSTOM, /* we don't deal with a separate MD */
/third_party/openssl/crypto/siphash/
Dsiphash_pmeth.c176 EVP_PKEY_FLAG_SIGCTX_CUSTOM, /* we don't deal with a separate MD */
/third_party/openssl/crypto/ec/
Decx_meth.c822 EVP_PKEY_ED25519, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
833 EVP_PKEY_ED448, EVP_PKEY_FLAG_SIGCTX_CUSTOM,
/third_party/openssl/doc/man3/
DEVP_PKEY_meth_new.pod389 EVP_PKEY_FLAG_SIGCTX_CUSTOM
398 The B<EVP_PKEY_FLAG_SIGCTX_CUSTOM> is used to indicate the signctx() method
/third_party/openssl/include/openssl/
Devp.h1325 # define EVP_PKEY_FLAG_SIGCTX_CUSTOM 4 macro