Home
last modified time | relevance | path

Searched refs:no_jpake (Results 1 – 7 of 7) sorted by relevance

/NextBSD/crypto/openssl/apps/
HDs_apps.h204 STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake);
HDs_cb.c1553 STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake) in args_ssl_call() argument
1566 if (!no_jpake && !strcmp(param, "-cipher")) { in args_ssl_call()
1591 if (!no_jpake) { in args_ssl_call()
HDs_client.c734 # define no_jpake !jpake_secret in MAIN() macro
736 # define no_jpake 1 in MAIN() macro
1271 if (!args_ssl_call(ctx, bio_err, cctx, ssl_args, 1, no_jpake)) { in MAIN()
HDs_server.c1075 # define no_jpake !jpake_secret macro
1077 # define no_jpake 1 macro
1808 if (!args_ssl_call(ctx, bio_err, cctx, ssl_args, no_ecdhe, no_jpake)) in MAIN()
1868 if (!args_ssl_call(ctx2, bio_err, cctx, ssl_args, no_ecdhe, no_jpake)) in MAIN()
/NextBSD/crypto/openssl/util/
HDmk1mf.pl291 $cflags.=" -DOPENSSL_NO_JPAKE" if $no_jpake;
851 return("") if $no_jpake && $dir =~ /\/jpake/;
1205 "no-jpake" => \$no_jpake,
HDmkdef.pl146 my $no_jpake; my $no_srp; my $no_ssl2; my $no_ec2m; my $no_nistp_gcc;
246 elsif (/^no-jpake$/) { $no_jpake=1; }
1221 if ($keyword eq "JPAKE" && $no_jpake) { return 0; }
/NextBSD/crypto/openssl/util/pl/
HDunix.pl336 delete $alltests{test_jpake} if $no_jpake;