Home
last modified time | relevance | path

Searched full:app (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/freebsd/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf5 test-0 = 0-one-fragment-minus-app-data
6 test-1 = 1-one-fragment-app-data
7 test-2 = 2-one-fragment-plus-app-data
8 test-3 = 3-small-app-data
9 test-4 = 4-small-app-data-large-fragment-size
10 test-5 = 5-medium-app-data
11 test-6 = 6-medium-plus-app-data
12 test-7 = 7-large-app-data
13 test-8 = 8-large-app-data-large-fragment-size
14 test-9 = 9-large-app-data-odd-fragment-size
[all …]
H A D27-ticket-appdata.cnf5 test-0 = 0-session-ticket-app-data12
6 test-1 = 1-session-ticket-app-data12
7 test-2 = 2-session-ticket-app-data13
8 test-3 = 3-session-ticket-app-data13
11 [0-session-ticket-app-data12]
12 ssl_conf = 0-session-ticket-app-data12-ssl
14 [0-session-ticket-app-data12-ssl]
15 server = 0-session-ticket-app-data12-server
16 client = 0-session-ticket-app-data12-client
17 resume-server = 0-session-ticket-app-data12-server
[all …]
H A D13-fragmentation.cnf.in21 name => "one-fragment-minus-app-data",
29 name => "one-fragment-app-data",
37 name => "one-fragment-plus-app-data",
45 name => "small-app-data",
53 name => "small-app-data-large-fragment-size",
62 name => "medium-app-data",
71 name => "medium-plus-app-data",
79 name => "large-app-data",
87 name => "large-app-data-large-fragment-size",
96 name => "large-app-data-odd-fragment-size",
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D25-test_req.t47 ok( run(app([@addext_args, "-addext", $val])));
48 ok( run(app([@addext_args, "-addext", $val1])));
50 ok(!run(app([@addext_args, "-addext", $val1])));
51 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val])));
52 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val2])));
53 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val3])));
54 ok(!run(app([@addext_args, "-addext", $val2, "-addext", $val3])));
55 ok(run(app([@addext_args, "-addext", "SXNetID=1:one, 2:two, 3:three"])));
56 ok(run(app([@addext_args, "-addext", "subjectAltName=dirName:dirname_sec"])));
59 ok(!run(app(["openss
[all...]
H A D20-test_cli_fips.t39 ok(run(app(['openssl', 'list', '-public-key-methods', '-verbose'])),
41 ok(run(app(['openssl', 'list', '-public-key-algorithms', '-verbose'])),
43 ok(run(app(['openssl', 'list', '-key-managers', '-verbose'])),
45 ok(run(app(['openssl', 'list', '-key-exchange-algorithms', '-verbose'])),
47 ok(run(app(['openssl', 'list', '-kem-algorithms', '-verbose'])),
49 ok(run(app(['openssl', 'list', '-signature-algorithms', '-verbose'])),
51 ok(run(app(['openssl', 'list', '-asymcipher-algorithms', '-verbose'])),
53 ok(run(app(['openssl', 'list', '-key-managers', '-verbose', '-select', 'DSA' ])),
62 ok(run(app(['openssl', 'pkey',
87 ok(run(app(['openssl', 'dgst', '-sha256',
[all …]
H A D15-test_genrsa.t31 is(run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
35 is(run(app([ 'openssl', 'genrsa', '-3', '-out', 'genrsatest.pem', '8'])),
50 $fin = run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
66 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
71 ok(run(app([ 'openssl', 'pkey', '-check', '-in', 'genrsatest.pem', '-noout' ])),
74 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
78 ok(run(app([ 'openssl', 'pkey', '-check', '-in', 'genrsatest2048.pem', '-noout' ])),
81 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
85 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
89 ok(!run(app([ 'openssl', 'genpkey', '-propquery', 'unknown',
[all …]
H A D80-test_tsa.t40 ok(run(app(["openssl", "req", "-config", $openssl_conf, "-new",
45 ok(run(app(["openssl", "x509", "-req",
59 ok(run(app([@REPLY, "-section", $config, "-queryfile", $queryfile,
70 ok(run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
72 ok(run(app([@VERIFY, "-data", $datafile, "-in", $inputfile,
82 ok(!run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
101 $ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1);
106 unless ok(run(app(["openssl", "req", "-config", $openssl_conf,
122 unless ok(run(app([@QUERY, "-data", $testtsa,
127 ok(run(app([@QUERY, "-in", "req1.tsq", "-text"])),
[all …]
H A D03-test_fipsinstall.t87 ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module',
94 ok(!run(app(['openssl', 'fipsinstall', '-in', 'dummy.tmp', '-module', $infile,
102 ok(run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,
109 ok(run(app(['openssl', 'fipsinstall', '-in', 'fips.cnf', '-module', $infile,
116 && !run(app(['openssl', 'fipsinstall',
125 && !run(app(['openssl', 'fipsinstall',
135 && !run(app(['openssl', 'fipsinstall',
145 && !run(app(['openssl', 'fipsinstall',
155 && !run(app(['openssl', 'fipsinstall',
164 ok(!run(app(['openssl', 'fipsinstall', '-in', 'fips.cnf', '-module', $infile,
[all …]
H A D90-test_store.t20 my $use_des = !(disabled("des") || disabled("legacy")); # also affects 3des and pkcs12 app
148 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
151 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
154 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
156 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
173 ok(!run(app([@storeutl, "-noout", $file])));
174 ok(!run(app([@storeutl, "-noout", to_abs_file($file)])));
178 ok(!run(app([@storeutl, "-noout",
185 ok(run(app([@storeutl, "-noout", $file])));
186 ok(run(app([@storeutl, "-noout", to_abs_file($file)])));
[all …]
H A D20-test_app.t18 ok(run(app(["openssl"])),
19 "Run openssl app with no args");
21 ok(run(app(["openssl", "help"])),
22 "Run openssl app with help");
24 ok(!run(app(["openssl", "-wrong"])),
25 "Run openssl app with incorrect arg");
27 ok(run(app(["openssl", "-help"])),
28 "Run openssl app with -help");
30 ok(run(app(["openssl", "--help"])),
31 "Run openssl app with --help");
H A D15-test_ecparam.t33 my $app = shift; # Which application
38 ok(run(app(['openssl', $app, '-noout', $opt, '-in', $_])));
40 ok(!run(app(['openssl', $app, '-noout', $opt, '-in', $_])));
47 my $app = shift; # Which application
50 my $testout = "$app.tst";
52 ok(run(app(['openssl', $app, '-out', $testout, '-in', $_])));
129 ok(run(app(['openssl', 'ecparam',
134 ok(run(app(['openssl', 'ecparam',
139 ok(!run(app(['openssl', 'ecparam',
144 ok(!run(app(['openssl', 'pkeyparam',
[all …]
H A D15-test_gendsa.t33 ok(run(app([ 'openssl', 'genpkey', '-genparam',
40 ok(run(app([ 'openssl', 'genpkey', '-genparam',
46 ok(run(app([ 'openssl', 'genpkey', '-genparam',
54 ok(run(app([ 'openssl', 'genpkey', '-genparam',
60 ok(run(app([ 'openssl', 'genpkey', '-genparam',
67 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'DSA',
72 ok(run(app([ 'openssl', 'genpkey', '-genparam',
79 ok(run(app([ 'openssl', 'genpkey', '-genparam',
89 ok(run(app([ 'openssl', 'genpkey',
97 ok(run(app([ 'openssl', 'genpkey',
[all …]
H A D25-test_x509.t36 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_msb,
40 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_utf8,
52 ok(run(app(["openssl", "x509", "-text", "-in", $p12, "-out", $out_pem,
57 ok(!run(app(["openssl", "x509", "-in", $pem, "-inform", "DER",
60 ok(run(app(["openssl", "x509", "-in", $pem, "-inform", "PEM",
63 ok(!run(app(["openssl", "x509", "-in", $der, "-inform", "PEM",
76 ok(run(app(["openssl", "pkey", "-in", $pkey, "-pubout", "-out", $pubkey]))
77 && run(app(["openssl", "x509", "-new", "-force_pubkey", $pubkey,
80 && run(app(["openssl", "verify", "-no_check_time",
112 my $res = grep(/-text/, @opts) ? run(app([@args], stdout => $tmpfile))
[all …]
H A D15-test_rsapss.t22 ok(run(app(['openssl', 'dgst', '-sign', srctop_file('test', 'testrsa.pem'), '-sha1',
30 ok(run(app(['openssl', 'dgst', '-sign', srctop_file('test', 'testrsa.pem'), '-sha1',
36 ok(!run(app(['openssl', 'dgst', '-sign', srctop_file('test', 'testrsa.pem'), '-sha512',
41 ok(!run(app(['openssl', 'dgst', '-sign', srctop_file('test', 'testrsa.pem'), '-sha512',
46 ok(!run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'), '-sha512',
52 ok(run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'),
61 ok(run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'),
70 ok(run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'),
80 ok(run(app(['openssl', 'genpkey', '-algorithm', 'RSA-PSS',
85 ok(run(app(['openssl', 'rsa', '-check',
[all …]
H A D25-test_eai_data.t45 ok(run(app(["openssl", "x509", "-ext", "subjectAltName", "-in", $ascii_pem, "-noout", "-out", $out]…
49 ok(run(app(["openssl", "x509", "-ext", "subjectAltName", "-in", $utf8_pem, "-noout", "-out", $out])…
55 …ok(run(app(["openssl", "verify", "-nameopt", "utf8", "-no_check_time", "-verify_email", "学生\@eleme…
56 …ok(run(app(["openssl", "verify", "-nameopt", "utf8", "-no_check_time", "-verify_email", "医生\@大学.ex…
59 ok(run(app(["openssl", "verify", "-nameopt", "utf8", "-no_check_time", "-CAfile", $ascii_chain_pem,…
60 ok(run(app(["openssl", "verify", "-nameopt", "utf8", "-no_check_time", "-CAfile", $utf8_chain_pem, …
61 ok(run(app(["openssl", "verify", "-nameopt", "utf8", "-no_check_time", "-CAfile", $kdc_chain_pem, $…
63 ok(!run(app(["openssl", "verify", "-nameopt", "utf8", "-no_check_time", "-CAfile", $ascii_chain_pem…
64 ok(!run(app(["openssl", "verify", "-nameopt", "utf8", "-no_check_time", "-CAfile", $utf8_chain_pem,…
67 ok(run(app(["openssl", "verify", "-nameopt", "utf8", "-no_check_time", "-verify_hostname", 'mx1.exa…
[all …]
H A D15-test_gendh.t23 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH',
28 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH',
34 ok(run(app([ 'openssl', 'genpkey', '-genparam',
43 ok(run(app([ 'openssl', 'genpkey',
51 ok(!run(app([ 'openssl', 'genpkey',
55 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', '-pkeyopt',
59 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', '-pkeyopt',
63 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', '-pkeyopt',
67 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', '-pkeyopt',
H A D15-test_mp_rsa.t42 ok(run(app(['openssl', 'pkey', '-noout', '-check', '-in',
61 ok(run(app([ 'openssl', 'genpkey', '-out', "rsamptest-$name.pem",
66 ok(run(app([ 'openssl', 'pkey', '-check',
69 ok(run(app([ 'openssl', 'pkeyutl', '-inkey', "rsamptest-$name.pem",
73 ok(run(app([ 'openssl', 'pkeyutl', '-inkey', "rsamptest-$name.pem",
78 ok(run(app([ 'openssl', 'genrsa', '-out', "rsamptest-$name.pem",
80 ok(run(app([ 'openssl', 'rsa', '-check',
84 ok(run(app([ 'openssl', 'rsautl', '-inkey', "rsamptest-$name.pem",
88 ok(run(app([ 'openssl', 'rsautl', '-inkey', "rsamptest-$name.pem",
93 ok(run(app([ 'openssl', 'pkeyutl', '-inkey', "rsamptest-$name.pem",
[all …]
H A D20-test_dgst.t33 ok(run(app(['openssl', 'dgst', '-sign', $privkey,
38 ok(run(app(['openssl', 'dgst', '-prverify', $privkey,
43 ok(run(app(['openssl', 'dgst', '-verify', $pubkey,
48 ok(!run(app(['openssl', 'dgst', '-verify', $pubkey,
65 ok(run(app(['openssl', 'sha512', '-sign', $privkey,
70 ok(run(app(['openssl', 'sha512', '-verify', $pubkey,
75 ok(run(app(['openssl', 'dgst', '-sha512', '-prverify', $privkey,
80 ok(run(app(['openssl', 'dgst', '-sha512', '-verify', $pubkey,
85 ok(!run(app(['openssl', 'dgst', '-sha512', '-verify', $pubkey,
158 my @macdata = run(app(['openssl', 'dgst', '-sha1',
[all …]
H A D80-test_ssl_old.t127 ok(run(app([@reqcmd, "-config", $cnf,
133 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $CAreq, "-days", "30",
140 ok(run(app([@x509cmd, "-in", $CAcert,
146 ok(run(app([@reqcmd, "-config", $dummycnf,
152 ok(run(app([@reqcmd, "-config", $dummycnf,
157 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
161 ok(run(app([@reqcmd, "-config", $cnf, "-section", "userreq",
167 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $Ureq, "-days", "30",
172 && run(app([@verifycmd, "-CAfile", $CAcert, $Ucert])),
176 ok(run(app([@x509cmd,
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h38 APP = 4,
55 {0x000000000000ULL, 0x000200000000ULL, MappingDesc::APP, "app-1"},
65 {0x00a200000000ULL, 0x00c000000000ULL, MappingDesc::APP, "app-2"},
67 {0x00e200000000ULL, 0x00ffffffffffULL, MappingDesc::APP, "app-3"}};
79 // the larger app/shadow/origin regions.
82 {0X0000000000000, 0X0100000000000, MappingDesc::APP, "app
36 INVALID, APP, SHADOW, ORIGIN global() enumerator
[all...]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c231 al_reg_write32(&regs->app.parity->en_core, in al_pcie_port_ram_parity_int_config()
234 al_reg_write32_masked(&regs->app.int_grp_b->mask, in al_pcie_port_ram_parity_int_config()
471 info_0 = al_reg_read32(&regs->app.debug->info_0); in al_pcie_check_link()
794 al_reg_write32(regs->app.soc_int[pf_num].mask_inta_leg_0, (1 << 21)); in al_pcie_port_pf_params_config()
797 al_reg_write32(regs->app.soc_int[pf_num].mask_inta_leg_3, (1 << 18)); in al_pcie_port_pf_params_config()
813 * Backup the value of the app.int_grp_a.mask_a register, because in al_pcie_port_pf_params_config()
814 * app.int_grp_a.mask_clear_a gets overwritten during the write to in al_pcie_port_pf_params_config()
815 * app.soc.mask_msi_leg_0 register. in al_pcie_port_pf_params_config()
816 * Restore the original value after the write to app.soc.mask_msi_leg_0 in al_pcie_port_pf_params_config()
820 al_reg_write32(regs->app.soc_int[pf_num].mask_msi_leg_0, (1 << 22)); in al_pcie_port_pf_params_config()
[all …]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c316 bnxt_hwrm_get_dcbx_app(struct bnxt_softc *softc, struct bnxt_dcb_app *app, in bnxt_hwrm_get_dcbx_app() argument
355 app[*num_inputs].priority = fw_app->priority; in bnxt_hwrm_get_dcbx_app()
356 app[*num_inputs].protocol = htobe16(fw_app->protocol_id); in bnxt_hwrm_get_dcbx_app()
357 app[*num_inputs].selector = fw_app->protocol_selector; in bnxt_hwrm_get_dcbx_app()
367 bnxt_hwrm_set_dcbx_app(struct bnxt_softc *softc, struct bnxt_dcb_app *app, in bnxt_hwrm_set_dcbx_app() argument
407 if (fw_app->protocol_id == htobe16(app->protocol) && in bnxt_hwrm_set_dcbx_app()
408 fw_app->protocol_selector == app->selector && in bnxt_hwrm_set_dcbx_app()
409 fw_app->priority == app->priority) { in bnxt_hwrm_set_dcbx_app()
419 fw_app->protocol_id = htobe16(app->protocol); in bnxt_hwrm_set_dcbx_app()
420 fw_app->protocol_selector = app->selector; in bnxt_hwrm_set_dcbx_app()
[all …]
/freebsd/bin/sh/
H A Dalias.c56 struct alias *ap, **app; in setalias() local
59 app = &atab[hashalias(name)]; in setalias()
65 ap->next = *app; in setalias()
66 *app = ap; in setalias()
82 struct alias *ap, **app; in unalias() local
84 app = &atab[hashalias(name)]; in unalias()
86 for (ap = *app; ap; app = &(ap->next), ap = ap->next) { in unalias()
99 *app = ap->next; in unalias()
114 struct alias *ap, **app; in rmaliases() local
119 app = &atab[i]; in rmaliases()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h33 APP = 4, enumerator
51 // the larger app/shadow/origin regions.
54 {0X0000000000000, 0X0100000000000, MappingDesc::APP, "app-10-13"},
61 {0X0A00000000000, 0X0B00000000000, MappingDesc::APP, "app-14"},
66 {0X0E40000000000, 0X1000000000000, MappingDesc::APP, "app-15"},
78 {0x000000000000ULL, 0x010000000000ULL, MappingDesc::APP, "app-1"},
86 {0x510000000000ULL, 0x600000000000ULL, MappingDesc::APP, "app-2"},
90 {0x740000000000ULL, 0x800000000000ULL, MappingDesc::APP, "app-3"}};
121 (addr_is_type((uptr)(mem), MappingDesc::APP | MappingDesc::ALLOCATOR))
/freebsd/sys/dev/ixl/
H A Di40e_dcb.c214 * @tlv: IEEE 802.1Qaz APP TLV
215 * @dcbcfg: Local store to update APP PRIO data
217 * Parses IEEE 802.1Qaz APP PRIO TLV
233 /* The App priority table starts 5 octets after TLV header */ in i40e_parse_ieee_app_tlv()
236 /* Move offset to App Priority Table */ in i40e_parse_ieee_app_tlv()
248 dcbcfg->app[i].priority = (u8)((buf[offset] & in i40e_parse_ieee_app_tlv()
251 dcbcfg->app[i].selector = (u8)((buf[offset] & in i40e_parse_ieee_app_tlv()
254 dcbcfg->app[i].protocolid = (buf[offset + 1] << 0x8) | in i40e_parse_ieee_app_tlv()
256 /* Move to next app */ in i40e_parse_ieee_app_tlv()
386 * @tlv: CEE DCBX APP TLV
[all …]

12345678910>>...20