Symbol: EVP_PKEY_CTX_ctrl
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
665
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_DERIVE,
crypto/openssl/apps/cms.c
1083
res = EVP_PKEY_CTX_ctrl(pctx, -1, -1,
crypto/openssl/crypto/evp/ctrl_params_translate.c
2867
ret = EVP_PKEY_CTX_ctrl(pctx, keytype, optype,
crypto/openssl/crypto/evp/dh_ctrl.c
139
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/dh_ctrl.c
154
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH,
crypto/openssl/crypto/evp/dh_ctrl.c
182
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/dh_ctrl.c
192
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/dh_ctrl.c
202
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/dh_ctrl.c
212
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/dh_ctrl.c
222
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/dh_ctrl.c
232
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/dh_ctrl.c
86
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/digest.c
357
r = EVP_PKEY_CTX_ctrl(ctx->pctx, -1, EVP_PKEY_OP_TYPE_SIG,
crypto/openssl/crypto/evp/dsa_ctrl.c
129
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN,
crypto/openssl/crypto/evp/ec_ctrl.c
112
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
122
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
132
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
142
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/ec_ctrl.c
287
return EVP_PKEY_CTX_ctrl(ctx, keytype, EVP_PKEY_OP_TYPE_GEN,
crypto/openssl/crypto/evp/ec_ctrl.c
298
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_TYPE_GEN,
crypto/openssl/crypto/evp/pmeth_lib.c
1004
return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, datalen, (void *)(data));
crypto/openssl/crypto/evp/pmeth_lib.c
1044
return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, datalen, (void *)(data));
crypto/openssl/crypto/evp/pmeth_lib.c
1165
return EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_DERIVE,
crypto/openssl/crypto/evp/pmeth_lib.c
1282
return EVP_PKEY_CTX_ctrl(ctx, -1, -1,
crypto/openssl/crypto/evp/pmeth_lib.c
1288
return EVP_PKEY_CTX_ctrl(ctx, -1, -1, EVP_PKEY_CTRL_GET1_ID, 0, (void *)id);
crypto/openssl/crypto/evp/pmeth_lib.c
1293
return EVP_PKEY_CTX_ctrl(ctx, -1, -1,
crypto/openssl/crypto/evp/pmeth_lib.c
1371
return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value);
crypto/openssl/crypto/evp/pmeth_lib.c
1622
return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, 0, (void *)m);
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
956
return EVP_PKEY_CTX_ctrl(ctx, -1, op, ctrl, 0, (void *)(md));
crypto/openssl/crypto/rsa/rsa_lib.c
1060
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
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
1113
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,
crypto/openssl/crypto/rsa/rsa_lib.c
1150
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
1352
ret = EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN,
crypto/openssl/crypto/rsa/rsa_lib.c
744
return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, p1, p2);
crypto/openssl/include/openssl/evp.h
1875
int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
crypto/openssl/ssl/statem/statem_clnt.c
3369
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, EVP_PKEY_OP_ENCRYPT,
crypto/openssl/ssl/statem/statem_clnt.c
3504
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, EVP_PKEY_OP_ENCRYPT,
crypto/openssl/ssl/statem/statem_clnt.c
3511
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, EVP_PKEY_OP_ENCRYPT,
crypto/openssl/ssl/statem/statem_srvr.c
3327
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2,
crypto/openssl/ssl/statem/statem_srvr.c
3385
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, EVP_PKEY_OP_DECRYPT,
crypto/openssl/ssl/statem/statem_srvr.c
3392
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, EVP_PKEY_OP_DECRYPT,
crypto/openssl/test/evp_extra_test.c
2126
if (!TEST_int_eq(EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_SIGNCTX,
crypto/openssl/test/evp_extra_test.c
3425
|| !TEST_int_gt(EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,
crypto/openssl/test/evp_extra_test.c
3429
|| !TEST_int_gt(EVP_PKEY_CTX_ctrl(kctx, -1, EVP_PKEY_OP_KEYGEN,
crypto/openssl/test/evp_extra_test.c
5684
|| !TEST_int_ge(EVP_PKEY_CTX_ctrl(pctx, -1, -1,
crypto/openssl/test/evp_extra_test.c
5700
|| !TEST_int_ge(EVP_PKEY_CTX_ctrl(pctx, -1, -1,