Searched refs:no_jpake (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/crypto/openssl/apps/ |
| HD | s_apps.h | 204 STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake);
|
| HD | s_cb.c | 1553 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()
|
| HD | s_client.c | 734 # 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()
|
| HD | s_server.c | 1075 # 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/ |
| HD | mk1mf.pl | 291 $cflags.=" -DOPENSSL_NO_JPAKE" if $no_jpake; 851 return("") if $no_jpake && $dir =~ /\/jpake/; 1205 "no-jpake" => \$no_jpake,
|
| HD | mkdef.pl | 146 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/ |
| HD | unix.pl | 336 delete $alltests{test_jpake} if $no_jpake;
|