OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_DH
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_locl.h
355
enum keyex_enum { USE_RSA,
USE_DH
, USE_ECDH };
pkinit.c
401
if (ctx->keyex ==
USE_DH
|| ctx->keyex == USE_ECDH) {
463
if (ctx->keyex ==
USE_DH
) {
1446
if (ctx->keyex ==
USE_DH
) {
2306
case
USE_DH
:
2425
opt->opt_private->pk_init_ctx->keyex =
USE_DH
;
/src/crypto/external/bsd/heimdal/dist/kdc/
pkinit.c
178
if (cp->keyex ==
USE_DH
) {
210
if (client_params->keyex ==
USE_DH
) {
744
cp->keyex =
USE_DH
;
1030
if (cp->keyex ==
USE_DH
) {
1238
case
USE_DH
: type = "dh"; break;
Completed in 89 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026