Home
last modified time | relevance | path

Searched refs:options (Results 1 – 16 of 16) sorted by relevance

/programs/fuzz/
A Dfuzz_client.c48 uint16_t options; in LLVMFuzzerTestOneInput() local
72 options = (Data[Size - 2] << 8) | Data[Size - 1]; in LLVMFuzzerTestOneInput()
74 (void) options; in LLVMFuzzerTestOneInput()
99 if (options & 2) { in LLVMFuzzerTestOneInput()
106 if (options & 4) { in LLVMFuzzerTestOneInput()
116 (options & in LLVMFuzzerTestOneInput()
121 (options & in LLVMFuzzerTestOneInput()
126 (options & in LLVMFuzzerTestOneInput()
131 (options & in LLVMFuzzerTestOneInput()
135 if (options & 0x200) { in LLVMFuzzerTestOneInput()
[all …]
A Dfuzz_server.c51 uint8_t options; in LLVMFuzzerTestOneInput() local
57 options = Data[Size - 1]; in LLVMFuzzerTestOneInput()
121 (options & in LLVMFuzzerTestOneInput()
124 if (options & 0x2) { in LLVMFuzzerTestOneInput()
129 if (options & 0x4) { in LLVMFuzzerTestOneInput()
146 (options & in LLVMFuzzerTestOneInput()
151 (options & in LLVMFuzzerTestOneInput()
155 if (options & 0x40) { in LLVMFuzzerTestOneInput()
162 (options & in LLVMFuzzerTestOneInput()
A DREADME.md47 They also use the last bytes as configuration options.
54 * Finally, you can add the options by appending the last bytes to the file test.cor
/programs/
A DREADME.md38 … HTTPS client that sends a fixed request and displays the response, with options to select TLS pro…
40 …`](ssl/ssl_server2.c): an HTTPS server that sends a fixed response, with options to select TLS pro…
42options for testing client-side features, the `ssl_client2` program has options that allow you to …
/programs/x509/
A Dcrl_app.c45 struct options { struct
A Dreq_app.c45 struct options { struct
A Dload_roots.c46 struct options { struct
A Dcert_app.c79 struct options { struct
A Dcert_req.c98 struct options { struct
A Dcert_write.c180 struct options { struct
/programs/util/
A Dpem2der.c45 struct options { struct
/programs/pkey/
A Dgen_key.c116 struct options { struct
/programs/ssl/
A Dssl_mail_client.c125 struct options { struct
A Dssl_client2.c464 struct options { struct
A Dssl_server2.c609 struct options { struct
/programs/test/
A Dudp_proxy.c140 static struct options { struct

Completed in 70 milliseconds