/openssl/test/ |
H A D | quic_txp_test.c | 43 struct helper { struct 79 static void helper_cleanup(struct helper *h) in helper_cleanup() argument 114 struct helper *h = arg; in demux_default_handler() 122 static int helper_init(struct helper *h) in helper_init() 267 int (*check_func)(struct helper *h); 553 static int schedule_ack(struct helper *h) in schedule_ack() 632 static int check_stream_9(struct helper *h) in check_stream_9() 1095 static int check_14(struct helper *h) in check_14() 1214 static int try_big_token(struct helper *h) in try_big_token() 1280 static void skip_padding(struct helper *h) in skip_padding() [all …]
|
H A D | quic_multistream_test.c | 30 struct helper *h; 51 struct helper { struct 98 int (*qtf_datagram_cb)(struct helper *h, argument 114 struct helper *h; argument 342 struct helper *h = arg; in get_time() 563 struct helper *h = arg; in server_helper_thread() 971 struct helper *h = arg; in helper_packet_plain_listener() 980 struct helper *h = arg; in helper_handshake_listener() 989 struct helper *h = arg; in helper_datagram_listener() 2088 struct helper h; in run_script() [all …]
|
H A D | json_test.c | 16 struct helper { struct 23 static int helper_ensure(struct helper *h) in helper_ensure() argument 41 static void helper_cleanup(struct helper *h) in helper_cleanup() 52 static void helper_set_flags(struct helper *h, uint32_t flags) in helper_set_flags() 550 struct helper h = {0}; in run_script()
|
H A D | quic_ackm_test.c | 47 struct helper { struct 56 static void helper_destroy(struct helper *h) in helper_destroy() argument 86 static int helper_init(struct helper *h, size_t num_pkts) in helper_init() 339 struct helper h; in test_tx_ack_case_actual() 519 struct helper h; in test_tx_ack_time_script() 906 struct helper h; in test_rx_ack_actual()
|
/openssl/doc/internal/man3/ |
H A D | OSSL_SAFE_MATH_SIGNED.pod | 8 - create helper functions to safely perform non-overflowing integer operations 31 Define helper functions to assist with handling integer overflow detection. 37 OSSL_SAFE_MATH_SIGNED() creates helper functions for the B<I<TYPE>> with the 40 OSSL_SAFE_MATH_UNSIGNED() creates helper functions for the B<I<TYPE>> with the
|
H A D | evp_keymgmt_util_export_to_provider.pod | 39 helper for L<EVP_PKEY_todata(3)>. 67 helper for L<EVP_PKEY_fromdata(3)>.
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_alpn_select_cb.pod | 70 SSL_select_next_proto() is a helper function used to select protocols. It 80 The SSL_select_next_proto() helper function can be useful from either the ALPN
|
H A D | SSL_connect.pod | 49 should be given to turning it back on again later if appropriate. The helper
|
H A D | OSSL_trace_enabled.pod | 185 macro, since C90 does not support variadic macros. This helper macro has a rather
|
H A D | BIO_s_datagram.pod | 236 BIO_new_dgram() is a helper function which instantiates a BIO_s_datagram() and
|
H A D | UI_new.pod | 151 UI_construct_prompt() is a helper function that can be used to create
|
/openssl/doc/designs/quic-design/ |
H A D | quic-fault-injector.md | 174 structure. Additional helper functions will be provided to make changes to the 187 listeners and helper functions are added to support specific test scenarios. The 188 initial API will provide a basic set of listeners and helper functions in order 348 * TODO(QUIC TESTING): Add additional helper functions for querying extensions
|
/openssl/doc/man7/ |
H A D | provider-storemgmt.pod | 61 B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the function pointer
|
H A D | provider-mac.pod | 57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-cipher.pod | 72 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-kem.pod | 65 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-keyexch.pod | 57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-digest.pod | 65 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | ossl-guide-quic-multi-stream.pod | 217 avoid repeating too much code we write a simple helper function to send an HTTP 237 appropriate HTTP requests. We can then call our helper function above to send
|
H A D | provider-decoder.pod | 76 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-kdf.pod | 56 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-encoder.pod | 92 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
H A D | provider-asym_cipher.pod | 63 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the
|
/openssl/fuzz/ |
H A D | README.md | 71 fuzz/helper.py $FUZZER
|
/openssl/Configurations/ |
H A D | README.md | 14 script. See 'Configure helper scripts for more 657 Configure helper scripts 660 Configure uses helper scripts in this directory:
|