Symbol: EVP_PKEY_OP_SIGNMSG
crypto/openssl/crypto/evp/signature.c
1002
&& ctx->operation != EVP_PKEY_OP_SIGNMSG) {
crypto/openssl/crypto/evp/signature.c
798
case EVP_PKEY_OP_SIGNMSG:
crypto/openssl/crypto/evp/signature.c
920
return evp_pkey_signature_init(ctx, algo, EVP_PKEY_OP_SIGNMSG, params);
crypto/openssl/crypto/evp/signature.c
935
if (ctx->operation != EVP_PKEY_OP_SIGNMSG) {
crypto/openssl/crypto/evp/signature.c
967
if (ctx->operation != EVP_PKEY_OP_SIGNMSG) {
crypto/openssl/include/openssl/evp.h
1751
(EVP_PKEY_OP_SIGN | EVP_PKEY_OP_SIGNMSG \
crypto/openssl/providers/common/securitycheck.c
31
case EVP_PKEY_OP_SIGNMSG:
crypto/openssl/providers/implementations/signature/dsa_sig.c
1014
EVP_PKEY_OP_SIGNMSG, \
crypto/openssl/providers/implementations/signature/dsa_sig.c
191
& (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_SIGNMSG))
crypto/openssl/providers/implementations/signature/dsa_sig.c
309
= (operation & (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_SIGNMSG)) != 0;
crypto/openssl/providers/implementations/signature/dsa_sig.c
418
if (pdsactx->operation == EVP_PKEY_OP_SIGNMSG) {
crypto/openssl/providers/implementations/signature/dsa_sig.c
552
EVP_PKEY_OP_SIGNMSG,
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
1031
EVP_PKEY_OP_SIGNMSG, \
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
217
& (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_SIGNMSG))
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
302
(operation & (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_SIGNMSG)) != 0))
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
413
if (ctx->operation == EVP_PKEY_OP_SIGNMSG) {
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
548
EVP_PKEY_OP_SIGNMSG,
crypto/openssl/providers/implementations/signature/rsa_sig.c
1226
params, EVP_PKEY_OP_SIGNMSG,
crypto/openssl/providers/implementations/signature/rsa_sig.c
1514
& (EVP_PKEY_OP_SIGNMSG | EVP_PKEY_OP_SIGN))
crypto/openssl/providers/implementations/signature/rsa_sig.c
1617
& (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_SIGNMSG
crypto/openssl/providers/implementations/signature/rsa_sig.c
2036
EVP_PKEY_OP_SIGNMSG, \
crypto/openssl/providers/implementations/signature/rsa_sig.c
409
& (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_SIGNMSG))
crypto/openssl/providers/implementations/signature/rsa_sig.c
896
if (prsactx->operation == EVP_PKEY_OP_SIGNMSG) {