Home
last modified time | relevance | path

Searched refs:kex (Results 1 – 8 of 8) sorted by relevance

/openssl-master/crypto/evp/
A Dpmeth_lib.c386 if (ctx->op.kex.algctx != NULL && ctx->op.kex.exchange != NULL) in evp_pkey_ctx_free_old_ops()
387 ctx->op.kex.exchange->freectx(ctx->op.kex.algctx); in evp_pkey_ctx_free_old_ops()
389 ctx->op.kex.algctx = NULL; in evp_pkey_ctx_free_old_ops()
390 ctx->op.kex.exchange = NULL; in evp_pkey_ctx_free_old_ops()
505 rctx->op.kex.exchange = pctx->op.kex.exchange; in EVP_PKEY_CTX_dup()
512 rctx->op.kex.algctx in EVP_PKEY_CTX_dup()
513 = pctx->op.kex.exchange->dupctx(pctx->op.kex.algctx); in EVP_PKEY_CTX_dup()
684 ctx->op.kex.exchange->set_ctx_params(ctx->op.kex.algctx, in EVP_PKEY_CTX_set_params()
728 ctx->op.kex.exchange->get_ctx_params(ctx->op.kex.algctx, in EVP_PKEY_CTX_get_params()
767 return ctx->op.kex.exchange->gettable_ctx_params(ctx->op.kex.algctx, in EVP_PKEY_CTX_gettable_params()
[all …]
A Dexchange.c335 ctx->op.kex.exchange = exchange; in EVP_PKEY_derive_init_ex()
336 ctx->op.kex.algctx = exchange->newctx(ossl_provider_ctx(exchange->prov)); in EVP_PKEY_derive_init_ex()
337 if (ctx->op.kex.algctx == NULL) { in EVP_PKEY_derive_init_ex()
342 ret = exchange->init(ctx->op.kex.algctx, provkey, params); in EVP_PKEY_derive_init_ex()
389 if (!EVP_PKEY_CTX_IS_DERIVE_OP(ctx) || ctx->op.kex.algctx == NULL) in EVP_PKEY_derive_set_peer_ex()
392 if (ctx->op.kex.exchange->set_peer == NULL) { in EVP_PKEY_derive_set_peer_ex()
415 return ctx->op.kex.exchange->set_peer(ctx->op.kex.algctx, provkey); in EVP_PKEY_derive_set_peer_ex()
501 if (ctx->op.kex.algctx == NULL) in EVP_PKEY_derive()
504 ret = ctx->op.kex.exchange->derive(ctx->op.kex.algctx, key, pkeylen, in EVP_PKEY_derive()
A Dctrl_params_translate.c424 && ctx->pctx->op.kex.algctx == NULL) in default_fixup_args()
/openssl-master/ssl/
A Dssl_ciph.c326 EVP_KEYEXCH *kex = NULL; in ssl_load_ciphers() local
369 kex = EVP_KEYEXCH_fetch(ctx->libctx, "DH", ctx->propq); in ssl_load_ciphers()
370 if (kex == NULL) in ssl_load_ciphers()
373 EVP_KEYEXCH_free(kex); in ssl_load_ciphers()
374 kex = EVP_KEYEXCH_fetch(ctx->libctx, "ECDH", ctx->propq); in ssl_load_ciphers()
375 if (kex == NULL) in ssl_load_ciphers()
378 EVP_KEYEXCH_free(kex); in ssl_load_ciphers()
/openssl-master/apps/
A Dlist.c879 static void collect_kex(EVP_KEYEXCH *kex, void *stack) in collect_kex() argument
883 if (is_keyexch_fetchable(kex) in collect_kex()
884 && sk_EVP_KEYEXCH_push(kex_stack, kex) > 0) in collect_kex()
885 EVP_KEYEXCH_up_ref(kex); in collect_kex()
/openssl-master/include/crypto/
A Devp.h56 } kex; member
/openssl-master/doc/man1/
A Dopenssl-s_server.pod.in935 -allow-no-dhe-kex and -prioritize_chacha options were added in OpenSSL 1.1.1.
/openssl-master/crypto/err/
A Dopenssl.txt1373 SSL_R_MISSING_PSK_KEX_MODES_EXTENSION:310:missing psk kex modes extension

Completed in 26 milliseconds