/openssl/test/ |
H A D | sparse_array_test.c | 34 } 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 D | packettest.c | 478 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 D | handling-some-max-defines.md | 8 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 D | ossl-provider-load-ex.md | 34 Real-world cases 52 In all other cases, the extra parameters provided by the `OSSL_PROVIDER_load_ex`
|
/openssl/doc/man3/ |
H A D | SSL_get_event_timeout.pod | 22 cases applies: 62 function for all use cases.
|
H A D | CONF_modules_load_file.pod | 76 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 D | PEM_bytes_read_bio.pod | 52 allocated from the secure heap. In cases where it is desirable to ensure 57 to be more appropriate in such cases.
|
H A D | SSL_handle_events.pod | 37 cases of L<DTLSv1_handle_timeout(3)>, it should be preferred for new 77 for all use cases.
|
H A D | DTLSv1_handle_timeout.pod | 25 L<SSL_handle_events(3)> supersedes all use cases for this function and may
|
H A D | X509_get0_uids.pod | 29 practice outside test cases.
|
H A D | OPENSSL_strcasecmp.pod | 35 well-known with a specific I/i cases). These functions use C locale for string
|
H A D | BIO_parse_hostserv.pod | 26 cases.
|
H A D | BIO_printf.pod | 44 terminate their output with C<'\0'>. This includes cases where -1 is
|
H A D | SSL_get_handshake_rtt.pod | 39 network timings. In some cases the processing time can be significant,
|
H A D | DTLSv1_get_timeout.pod | 36 L<SSL_get_event_timeout(3)> supersedes all use cases for this this function and
|
H A D | SSL_CTX_flush_sessions.pod | 38 expiration test, in most cases the actual time given by time(0)
|
H A D | BN_mod_exp_mont.pod | 44 to speedup two exponentiations. In all other cases the function reduces to two
|
H A D | X509_add_cert.pod | 36 In both cases the original order of the added certificates is preserved.
|
/openssl/ |
H A D | NOTES-ANSI.md | 9 There are cases of `asm()` calls in our C source, which isn't supported
|
H A D | AUTHORS.md | 6 since in some cases, their employer may be the copyright holder.
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_pvkkdf.txt | 14 # Test cases created using OpenSSL
|
/openssl/doc/man1/ |
H A D | openssl-kdf.pod.in | 51 cases. 57 cases. 64 cases.
|
/openssl/doc/HOWTO/ |
H A D | certificates.txt | 16 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 D | EVP_MAC-BLAKE2.pod | 44 least 1 byte in both cases.
|
/openssl/doc/designs/quic-design/ |
H A D | json-encoder.md | 10 representation and is expected to be zero-allocation in most cases. This enables
|