Symbol: EVP_PKEY_OP_TYPE_CRYPT
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
2294
{ OSSL_ACTION_SET, EVP_PKEY_RSA, 0, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2297
{ OSSL_ACTION_GET, EVP_PKEY_RSA, 0, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2306
{ OSSL_ACTION_SET, EVP_PKEY_RSA, 0, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2309
{ OSSL_ACTION_GET, EVP_PKEY_RSA, 0, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2313
{ OSSL_ACTION_SET, EVP_PKEY_RSA, 0, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2403
{ OSSL_ACTION_SET, -1, -1, EVP_PKEY_OP_KEYGEN | EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/evp/pmeth_lib.c
1395
EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/rsa/rsa_lib.c
1083
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/rsa/rsa_lib.c
1090
return int_set_rsa_md_name(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/rsa/rsa_lib.c
1098
return int_get_rsa_md_name(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/rsa/rsa_lib.c
1113
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,
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_pmeth.c
464
if (!(ctx->operation & EVP_PKEY_OP_TYPE_CRYPT))
crypto/openssl/crypto/rsa/rsa_pmeth.c
717
EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/rsa/rsa_pmeth.c
738
return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/include/crypto/evp.h
747
(((ctx)->operation & EVP_PKEY_OP_TYPE_CRYPT) != 0)