Home
last modified time | relevance | path

Searched refs:EVP_PKEY_OP_VERIFYMSG (Results 1 – 6 of 6) sorted by relevance

/openssl/providers/implementations/signature/
H A Ddsa_sig.c495 if (pdsactx->operation == EVP_PKEY_OP_VERIFYMSG) { in dsa_verify()
590 EVP_PKEY_OP_VERIFYMSG, in dsa_digest_verify_init()
945 if (pdsactx != NULL && pdsactx->operation == EVP_PKEY_OP_VERIFYMSG) in dsa_sigalg_settable_ctx_params()
964 if (pdsactx->operation == EVP_PKEY_OP_VERIFYMSG) { in dsa_sigalg_set_ctx_params()
1034 EVP_PKEY_OP_VERIFYMSG, \
H A Decdsa_sig.c486 if (ctx->operation == EVP_PKEY_OP_VERIFYMSG) { in ecdsa_verify()
582 EVP_PKEY_OP_VERIFYMSG, in ecdsa_digest_verify_init()
963 if (ctx != NULL && ctx->operation == EVP_PKEY_OP_VERIFYMSG) in ecdsa_sigalg_settable_ctx_params()
982 if (ctx->operation == EVP_PKEY_OP_VERIFYMSG) { in ecdsa_sigalg_set_ctx_params()
1052 EVP_PKEY_OP_VERIFYMSG, \
H A Drsa_sig.c1178 if (prsactx->operation == EVP_PKEY_OP_VERIFYMSG) in rsa_verify()
1277 params, EVP_PKEY_OP_VERIFYMSG, in rsa_digest_verify_init()
1624 | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYMSG)) == 0) { in rsa_set_ctx_params()
1711 & (EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYMSG)) == 0) { in rsa_set_ctx_params()
1981 if (prsactx != NULL && prsactx->operation == EVP_PKEY_OP_VERIFYMSG) in rsa_sigalg_settable_ctx_params()
1996 if (prsactx->operation == EVP_PKEY_OP_VERIFYMSG) { in rsa_sigalg_set_ctx_params()
2083 EVP_PKEY_OP_VERIFYMSG, \
/openssl/crypto/evp/
H A Dsignature.c733 case EVP_PKEY_OP_VERIFYMSG: in evp_pkey_signature_init()
942 return evp_pkey_signature_init(ctx, algo, EVP_PKEY_OP_VERIFYMSG, params); in EVP_PKEY_verify_message_init()
974 if (ctx->operation != EVP_PKEY_OP_VERIFYMSG) { in EVP_PKEY_verify_message_update()
995 if (ctx->operation != EVP_PKEY_OP_VERIFYMSG) { in EVP_PKEY_verify_message_final()
1021 && ctx->operation != EVP_PKEY_OP_VERIFYMSG) { in EVP_PKEY_verify()
/openssl/providers/common/
H A Dsecuritycheck.c35 case EVP_PKEY_OP_VERIFYMSG: in ossl_rsa_key_op_get_protect()
/openssl/include/openssl/
H A Devp.h1715 # define EVP_PKEY_OP_VERIFYMSG (1 << 15) macro
1721 | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYMSG \

Completed in 51 milliseconds