Symbol: EVP_PKEY_OP_TYPE_SIG
crypto/openssl/crypto/evp/ctrl_params_translate.c
2065
{ OSSL_ACTION_SET, -1, -1, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2262
EVP_PKEY_OP_TYPE_CRYPT | EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2266
EVP_PKEY_OP_TYPE_CRYPT | EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2271
EVP_PKEY_OP_TYPE_CRYPT | EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2275
EVP_PKEY_OP_TYPE_CRYPT | EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2285
{ OSSL_ACTION_SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2289
{ OSSL_ACTION_GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2342
{ OSSL_ACTION_SET, -1, -1, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2410
{ OSSL_ACTION_SET, -1, -1, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2413
{ OSSL_ACTION_GET, -1, -1, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/digest.c
357
r = EVP_PKEY_CTX_ctrl(ctx->pctx, -1, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/pmeth_lib.c
1395
EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/evp/pmeth_lib.c
922
return EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/pmeth_lib.c
979
EVP_PKEY_OP_TYPE_SIG, EVP_PKEY_CTRL_MD);
crypto/openssl/crypto/rsa/rsa_lib.c
1123
return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/rsa/rsa_lib.c
1131
EVP_PKEY_OP_TYPE_CRYPT | EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/rsa/rsa_lib.c
1140
EVP_PKEY_OP_TYPE_CRYPT | EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/rsa/rsa_lib.c
1168
return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/rsa/rsa_lib.c
1256
return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/rsa/rsa_lib.c
1275
return RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/rsa/rsa_pmeth.c
717
EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/include/crypto/evp.h
741
(((ctx)->operation & EVP_PKEY_OP_TYPE_SIG) != 0)