Symbol: EVP_PKEY_CTX_ctrl
crypto/libressl/crypto/cms/cms_env.c
388
if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
crypto/libressl/crypto/cms/cms_env.c
463
if (EVP_PKEY_CTX_ctrl(ktri->pctx, -1, EVP_PKEY_OP_DECRYPT,
crypto/libressl/crypto/cms/cms_sd.c
737
if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
crypto/libressl/crypto/cms/cms_sd.c
758
if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
crypto/libressl/crypto/dsa/dsa_pmeth.c
266
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA,
crypto/libressl/crypto/dsa/dsa_pmeth.c
270
return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA,
crypto/libressl/crypto/evp/digest.c
205
r = EVP_PKEY_CTX_ctrl(ctx->pctx, -1, EVP_PKEY_OP_TYPE_SIG,
crypto/libressl/crypto/evp/pmeth_gn.c
216
if (EVP_PKEY_CTX_ctrl(mac_ctx, -1, EVP_PKEY_OP_KEYGEN,
crypto/libressl/crypto/evp/pmeth_lib.c
442
return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, 0, (void *)md);
crypto/libressl/crypto/gost/gostr341001_pmeth.c
406
if (EVP_PKEY_CTX_ctrl(pctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3,
crypto/libressl/crypto/gost/gostr341001_pmeth.c
557
if (EVP_PKEY_CTX_ctrl(pctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 3,
crypto/libressl/crypto/pkcs7/pk7_doit.c
163
if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
crypto/libressl/crypto/pkcs7/pk7_doit.c
212
if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DECRYPT,
crypto/libressl/crypto/pkcs7/pk7_doit.c
879
if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
crypto/libressl/crypto/pkcs7/pk7_doit.c
901
if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
crypto/libressl/crypto/rsa/rsa_lib.c
427
return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, p1, p2);
crypto/libressl/include/openssl/dh.h
188
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
crypto/libressl/include/openssl/dh.h
192
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
crypto/libressl/include/openssl/dsa.h
230
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
crypto/libressl/include/openssl/ec.h
1028
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1033
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1038
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1043
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1048
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1053
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1058
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1063
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1068
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1073
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1079
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1084
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \
crypto/libressl/include/openssl/ec.h
1090
EVP_PKEY_CTX_ctrl(ctx, -1, -1, \
crypto/libressl/include/openssl/ec.h
1094
EVP_PKEY_CTX_ctrl(ctx, -1, -1, \
crypto/libressl/include/openssl/ec.h
1098
EVP_PKEY_CTX_ctrl(ctx, -1, -1, \
crypto/libressl/include/openssl/evp.h
1042
int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd,
crypto/libressl/include/openssl/evp.h
990
EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG, \
crypto/libressl/include/openssl/evp.h
994
EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG, \
crypto/libressl/include/openssl/kdf.h
73
EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/kdf.h
77
EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/kdf.h
81
EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/kdf.h
85
EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/kdf.h
89
EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/rsa.h
161
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, \
crypto/libressl/include/openssl/rsa.h
181
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, EVP_PKEY_OP_KEYGEN, \
crypto/libressl/include/openssl/rsa.h
185
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
crypto/libressl/include/openssl/rsa.h
193
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
crypto/libressl/include/openssl/rsa.h
197
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
crypto/libressl/include/openssl/rsa.h
201
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
crypto/libressl/include/openssl/rsa.h
205
EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA_PSS, \
crypto/libressl/ssl/ssl_clnt.c
1986
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, EVP_PKEY_OP_ENCRYPT,
crypto/libressl/ssl/ssl_clnt.c
2010
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY, 2,
crypto/libressl/ssl/ssl_clnt.c
2100
EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
crypto/libressl/ssl/ssl_clnt.c
2248
if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
crypto/libressl/ssl/ssl_srvr.c
1852
if (EVP_PKEY_CTX_ctrl(pkey_ctx, -1, -1, EVP_PKEY_CTRL_PEER_KEY,
crypto/libressl/ssl/ssl_srvr.c
2031
EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_VERIFY,
crypto/libressl/ssl/ssl_srvr.c
2116
(EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_VERIFY,