Home
last modified time | relevance | path

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

1234

/openssl-master/test/
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 …]
/openssl-master/doc/man3/
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
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.
A DX509_get0_uids.pod22 practice outside test cases.
A DSSL_CTX_flush_sessions.pod29 expiration test, in most cases the actual time given by time(0)
A DBIO_parse_hostserv.pod26 cases.
A DBIO_printf.pod44 terminate their output with C<'\0'>. This includes cases where -1 is
A DBIO_ctrl.pod61 cases it is used to signal EOF and that no more data will be written.
118 determine the amount of pending data in all cases. For example in the
A DBN_mod_exp_mont.pod44 to speedup two exponentiations. In all other cases the function reduces to two
A DX509_add_cert.pod36 In both cases the original order of the added certificates is preserved.
A DRAND_get0_primary.pod41 In all the above cases the B<ctx> parameter can
A DBN_CTX_new.pod41 B<BN_CTX>, in most cases BN_CTX_end() must be called before the B<BN_CTX> may
A DEVP_PKEY_keygen.pod96 It provides shorthands for simple and common cases of key generation.
131 used. In some cases (e.g. EC with a supplied named curve) the "generation"
A DPKCS12_newpass.pod35 with a MAC verification error. In rare cases the PKCS12 structure does not
A DX509_cmp.pod66 objects but it does not have a special meaning in some cases.
A DEVP_PKEY_get_size.pod60 buffer size, but may be useful in cases where it's desirable to know
A DSSL_CTX_set0_CA_list.pod54 In most cases it is not necessary to set CA names on the client side. The list
103 preference. As noted above in most cases it is not necessary to set CA names on
A DDH_set_method.pod56 hardware-protected keys), and in such cases attempting to change the DH_METHOD
A DDSA_set_method.pod57 that supports embedded hardware-protected keys), and in such cases
/openssl-master/
A DAUTHORS.md6 since in some cases, their employer may be the copyright holder.
/openssl-master/doc/man1/
A Dopenssl-kdf.pod.in51 cases.
57 cases.
64 cases.
/openssl-master/test/recipes/30-test_evp_data/
A Devpkdf_pvkkdf.txt14 # Test cases created using OpenSSL
/openssl-master/doc/HOWTO/
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-master/doc/man7/
A DEVP_MAC-BLAKE2.pod43 least 1 byte in both cases.
A DEVP_RAND.pod35 Typical examples for such special use cases are the following:
226 In most cases OpenSSL will automatically choose a suitable seed source
227 for automatically seeding and reseeding its <primary> DRBG. In some cases

Completed in 24 milliseconds

1234