Symbol: EVP_PKEY_OP_DERIVE
crypto/libressl/apps/openssl/pkeyutl.c
124
.value = EVP_PKEY_OP_DERIVE,
crypto/libressl/apps/openssl/pkeyutl.c
300
if (pkeyutl_config.pkey_op != EVP_PKEY_OP_DERIVE) {
crypto/libressl/apps/openssl/pkeyutl.c
413
|| (pkeyutl_config.pkey_op == EVP_PKEY_OP_DERIVE))
crypto/libressl/apps/openssl/pkeyutl.c
478
case EVP_PKEY_OP_DERIVE:
crypto/libressl/apps/openssl/pkeyutl.c
567
case EVP_PKEY_OP_DERIVE:
crypto/libressl/crypto/evp/pmeth_fn.c
262
ctx->operation = EVP_PKEY_OP_DERIVE;
crypto/libressl/crypto/evp/pmeth_fn.c
282
if (ctx->operation != EVP_PKEY_OP_DERIVE &&
crypto/libressl/crypto/evp/pmeth_fn.c
339
if (ctx->operation != EVP_PKEY_OP_DERIVE) {
crypto/libressl/crypto/kdf/hkdf_evp.c
179
return EVP_PKEY_CTX_md(ctx, EVP_PKEY_OP_DERIVE,
crypto/libressl/include/openssl/ec.h
1039
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1044
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1049
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1054
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1059
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1064
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1069
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1074
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1080
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/ec.h
1085
EVP_PKEY_OP_DERIVE, \
crypto/libressl/include/openssl/evp.h
984
(EVP_PKEY_OP_SIG | EVP_PKEY_OP_CRYPT | EVP_PKEY_OP_DERIVE)
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, \