HomeSort by: relevance | last modified time | path
    Searched refs:EVP_PKEY_DH (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
dh_ctrl.c 28 && ctx->pmeth->pkey_id != EVP_PKEY_DH
43 && ctx->pmeth->pkey_id != EVP_PKEY_DH
86 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN,
154 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH,
ctrl_params_translate.c 1523 case EVP_PKEY_DH: {
1573 case EVP_PKEY_DH: {
1606 case EVP_PKEY_DH:
1737 case EVP_PKEY_DH:
1761 case EVP_PKEY_DH:
1783 case EVP_PKEY_DH:
2128 { OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2131 { OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2134 { OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2137 { OSSL_ACTION_SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN
    [all...]
p_lib.c 775 case EVP_PKEY_DH:
964 * The EVP_PKEY_DH type is used for dh parameter generation types:
972 * The EVP_PKEY_DH type is used to save PKCS#3 data than can be stored
978 type = EVP_PKEY_DH;
980 type = DH_get0_q(dhkey) == NULL ? EVP_PKEY_DH : EVP_PKEY_DHX;
995 if (pkey->type != EVP_PKEY_DH && pkey->type != EVP_PKEY_DHX) {
1065 { EVP_PKEY_DH, "DH" },
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509type.c 51 case EVP_PKEY_DH:
x_pubkey.c 656 if (EVP_PKEY_get_id(pkey) == EVP_PKEY_DH)
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
dh_ctrl.c 28 && ctx->pmeth->pkey_id != EVP_PKEY_DH
43 && ctx->pmeth->pkey_id != EVP_PKEY_DH
86 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN,
154 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH,
ctrl_params_translate.c 1523 case EVP_PKEY_DH:
1579 case EVP_PKEY_DH:
1616 case EVP_PKEY_DH:
1689 case EVP_PKEY_DH:
1713 case EVP_PKEY_DH:
1735 case EVP_PKEY_DH:
2087 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2090 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN,
2093 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN,
2096 { SET, EVP_PKEY_DH, 0, EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN
    [all...]
p_lib.c 739 case EVP_PKEY_DH:
920 * The EVP_PKEY_DH type is used for dh parameter generation types:
928 * The EVP_PKEY_DH type is used to save PKCS#3 data than can be stored
934 type = EVP_PKEY_DH;
936 type = DH_get0_q(dhkey) == NULL ? EVP_PKEY_DH : EVP_PKEY_DHX;
947 if (pkey->type != EVP_PKEY_DH && pkey->type != EVP_PKEY_DHX) {
1016 { EVP_PKEY_DH, "DH" },
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509type.c 51 case EVP_PKEY_DH:
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509type.c 51 case EVP_PKEY_DH:
x509_req.c 107 if (EVP_PKEY_id(k) == EVP_PKEY_DH) {
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
dh.h 230 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
234 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
238 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
242 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
254 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, \
259 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_DERIVE, \
evp.h 50 # define EVP_PKEY_DH NID_dhKeyAgreement
419 # define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 531 DH_test_flags(dh, DH_FLAG_TYPE_DHX) ? EVP_PKEY_DHX : EVP_PKEY_DH;
536 # define dh_evp_type EVP_PKEY_DH
1318 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, type_specific_params, der);
1337 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, type_specific_params, pem);
1371 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, EncryptedPrivateKeyInfo, der);
1372 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, EncryptedPrivateKeyInfo, pem);
1373 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, PrivateKeyInfo, der);
1374 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, PrivateKeyInfo, pem);
1375 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, SubjectPublicKeyInfo, der);
1376 MAKE_ENCODER(dh, dh, EVP_PKEY_DH, SubjectPublicKeyInfo, pem)
    [all...]
decode_der2key.c 347 # define dh_evp_type EVP_PKEY_DH
  /src/crypto/external/apache2/openssl/dist/crypto/dh/
dh_ameth.c 521 DH_set_flags(dh, type == EVP_PKEY_DH ? DH_FLAG_TYPE_DH : DH_FLAG_TYPE_DHX);
534 return dh_pkey_import_from_type(params, vpctx, EVP_PKEY_DH);
561 EVP_PKEY_DH,
562 EVP_PKEY_DH,
dh_pmeth.c 332 int type = dctx->param_nid <= 3 ? EVP_PKEY_DHX : EVP_PKEY_DH;
460 EVP_PKEY_DH,
  /src/crypto/external/bsd/openssl/dist/crypto/dh/
dh_ameth.c 521 DH_set_flags(dh, type == EVP_PKEY_DH ? DH_FLAG_TYPE_DH : DH_FLAG_TYPE_DHX);
534 return dh_pkey_import_from_type(params, vpctx, EVP_PKEY_DH);
561 EVP_PKEY_DH,
562 EVP_PKEY_DH,
dh_pmeth.c 336 int type = dctx->param_nid <= 3 ? EVP_PKEY_DHX : EVP_PKEY_DH;
467 EVP_PKEY_DH,
  /src/crypto/external/bsd/openssl.old/dist/crypto/dh/
dh_pmeth.c 357 EVP_PKEY_assign(pkey, EVP_PKEY_DH, dh);
482 EVP_PKEY_DH,
dh_ameth.c 532 EVP_PKEY_DH,
533 EVP_PKEY_DH,
  /src/crypto/external/apache2/openssl/dist/test/
endecoder_legacy_test.c 96 { "DH", { "DH", "type-specific" }, EVP_PKEY_DH,
228 { "DH", EVP_PKEY_DH, DH_params, NULL },
  /src/crypto/external/bsd/openssl/dist/test/
endecoder_legacy_test.c 96 { "DH", { "DH", "type-specific" }, EVP_PKEY_DH,
224 { "DH", EVP_PKEY_DH, DH_params, NULL },
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
p_lib.c 548 int type = DH_get0_q(key) == NULL ? EVP_PKEY_DH : EVP_PKEY_DHX;
558 if (pkey->type != EVP_PKEY_DH && pkey->type != EVP_PKEY_DHX) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 544 int type = DH_test_flags(dh, DH_FLAG_TYPE_DHX) ? EVP_PKEY_DHX : EVP_PKEY_DH;
549 #define dh_evp_type EVP_PKEY_DH

Completed in 66 milliseconds

1 2