Searched refs:cases (Results 1 – 25 of 81) sorted by relevance
1234
/openssl-master/test/ |
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 …]
|
/openssl-master/doc/man3/ |
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
|
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.
|
A D | X509_get0_uids.pod | 22 practice outside test cases.
|
A D | SSL_CTX_flush_sessions.pod | 29 expiration test, in most cases the actual time given by time(0)
|
A D | BIO_parse_hostserv.pod | 26 cases.
|
A D | BIO_printf.pod | 44 terminate their output with C<'\0'>. This includes cases where -1 is
|
A D | BIO_ctrl.pod | 61 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 D | BN_mod_exp_mont.pod | 44 to speedup two exponentiations. In all other cases the function reduces to two
|
A D | X509_add_cert.pod | 36 In both cases the original order of the added certificates is preserved.
|
A D | RAND_get0_primary.pod | 41 In all the above cases the B<ctx> parameter can
|
A D | BN_CTX_new.pod | 41 B<BN_CTX>, in most cases BN_CTX_end() must be called before the B<BN_CTX> may
|
A D | EVP_PKEY_keygen.pod | 96 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 D | PKCS12_newpass.pod | 35 with a MAC verification error. In rare cases the PKCS12 structure does not
|
A D | X509_cmp.pod | 66 objects but it does not have a special meaning in some cases.
|
A D | EVP_PKEY_get_size.pod | 60 buffer size, but may be useful in cases where it's desirable to know
|
A D | SSL_CTX_set0_CA_list.pod | 54 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 D | DH_set_method.pod | 56 hardware-protected keys), and in such cases attempting to change the DH_METHOD
|
A D | DSA_set_method.pod | 57 that supports embedded hardware-protected keys), and in such cases
|
/openssl-master/ |
A D | AUTHORS.md | 6 since in some cases, their employer may be the copyright holder.
|
/openssl-master/doc/man1/ |
A D | openssl-kdf.pod.in | 51 cases. 57 cases. 64 cases.
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpkdf_pvkkdf.txt | 14 # Test cases created using OpenSSL
|
/openssl-master/doc/HOWTO/ |
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-master/doc/man7/ |
A D | EVP_MAC-BLAKE2.pod | 43 least 1 byte in both cases.
|
A D | EVP_RAND.pod | 35 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