Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 124) sorted by relevance

12345

/openssl/test/
H A Dsparse_array_test.c34 } cases[] = { in test_sparse_array() local
50 if (!TEST_true(ossl_sa_char_set(sa, cases[i].n, cases[i].v))) { in test_sparse_array()
55 if (!TEST_str_eq(ossl_sa_char_get(sa, cases[j].n), cases[j].v)) { in test_sparse_array()
73 } cases[] = { in test_sparse_array_num() local
88 if (!TEST_true(ossl_sa_char_set(sa, cases[i].n, cases[i].v)) in test_sparse_array_num()
114 const struct index_cases_st *cases = doall_data->cases; in leaf_check_all() local
120 && n == cases[i].n && strcmp(value, cases[i].v) == 0) { in leaf_check_all()
130 const struct index_cases_st *cases = doall_data->cases; in leaf_delete() local
135 if (n == cases[i].n && strcmp(value, cases[i].v) == 0) { in leaf_delete()
158 doall_data.cases = cases; in test_sparse_array_doall()
[all …]
H A Dpackettest.c478 static const struct quic_test_case cases[] = { in test_PACKET_get_quic_vlint() local
505 for (i = 0; i < OSSL_NELEM(cases); ++i) { in test_PACKET_get_quic_vlint()
509 if (!TEST_true(PACKET_buf_init(&pkt, cases[i].buf, sizeof(cases[i].buf))) in test_PACKET_get_quic_vlint()
513 sizeof(cases[i].buf) - cases[i].expected_read_count) in test_PACKET_get_quic_vlint()
529 static const struct quic_test_case cases[] = { in test_PACKET_get_quic_length_prefixed() local
546 for (i = 0; i < OSSL_NELEM(cases); ++i) { in test_PACKET_get_quic_length_prefixed()
550 cases[i].fail in test_PACKET_get_quic_length_prefixed()
552 : cases[i].enclen + cases[i].len))) in test_PACKET_get_quic_length_prefixed()
558 if (cases[i].fail) { in test_PACKET_get_quic_length_prefixed()
559 if (!TEST_ptr_eq(pkt.curr, cases[i].buf)) in test_PACKET_get_quic_length_prefixed()
[all …]
/openssl/doc/designs/
H A Dhandling-some-max-defines.md8 numbers of various kinds. In some cases they are uncontroversial so they
78 to not depend on this value but there are many such cases. Avoid adding
87 longer IVs than just 16 bytes. There are many cases throughout the code
124 to not depend on this value but there are many such cases. Avoid adding
H A Dossl-provider-load-ex.md34 Real-world cases
52 In all other cases, the extra parameters provided by the `OSSL_PROVIDER_load_ex`
/openssl/doc/man3/
H A DSSL_get_event_timeout.pod22 cases applies:
62 function for all use cases.
H A DCONF_modules_load_file.pod76 In some cases the use of a configuration file is optional and its absence is not
80 applications. For example in some cases an error may simply print out a warning
81 message and the application continue. In other cases an application might
H A DPEM_bytes_read_bio.pod52 allocated from the secure heap. In cases where it is desirable to ensure
57 to be more appropriate in such cases.
H A DSSL_handle_events.pod37 cases of L<DTLSv1_handle_timeout(3)>, it should be preferred for new
77 for all use cases.
H A DDTLSv1_handle_timeout.pod25 L<SSL_handle_events(3)> supersedes all use cases for this function and may
H A DX509_get0_uids.pod29 practice outside test cases.
H A DOPENSSL_strcasecmp.pod35 well-known with a specific I/i cases). These functions use C locale for string
H A DBIO_parse_hostserv.pod26 cases.
H A DBIO_printf.pod44 terminate their output with C<'\0'>. This includes cases where -1 is
H A DSSL_get_handshake_rtt.pod39 network timings. In some cases the processing time can be significant,
H A DDTLSv1_get_timeout.pod36 L<SSL_get_event_timeout(3)> supersedes all use cases for this this function and
H A DSSL_CTX_flush_sessions.pod38 expiration test, in most cases the actual time given by time(0)
H A DBN_mod_exp_mont.pod44 to speedup two exponentiations. In all other cases the function reduces to two
H A DX509_add_cert.pod36 In both cases the original order of the added certificates is preserved.
/openssl/
H A DNOTES-ANSI.md9 There are cases of `asm()` calls in our C source, which isn't supported
H A DAUTHORS.md6 since in some cases, their employer may be the copyright holder.
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_pvkkdf.txt14 # Test cases created using OpenSSL
/openssl/doc/man1/
H A Dopenssl-kdf.pod.in51 cases.
57 cases.
64 cases.
/openssl/doc/HOWTO/
H A Dcertificates.txt16 In all the cases shown below, the standard configuration file, as
60 <formats.txt?>). In some cases, -outform does not let you output the
/openssl/doc/man7/
H A DEVP_MAC-BLAKE2.pod44 least 1 byte in both cases.
/openssl/doc/designs/quic-design/
H A Djson-encoder.md10 representation and is expected to be zero-allocation in most cases. This enables

Completed in 27 milliseconds

12345