Searched refs:levels (Results 1 – 17 of 17) sorted by relevance
/openssl-master/crypto/ |
A D | sparse_array.c | 57 int levels; member 93 if (l < sa->levels - 1) { in sa_doall() 169 for (level = sa->levels - 1; p != NULL && level > 0; level--) in ossl_sa_get() 195 for (;sa->levels < level; sa->levels++) { in ossl_sa_set() 206 for (level = sa->levels - 1; level > 0; level--) { in ossl_sa_set()
|
/openssl-master/crypto/x509/ |
A D | pcy_tree.c | 47 curr = tree->levels + tree->nlevel; in tree_print() 53 (long)(curr - tree->levels)); in tree_print() 54 for (plev = tree->levels; plev != curr; plev++) { in tree_print() 58 (long)(plev - tree->levels), plev->flags); in tree_print() 173 if ((tree->levels = OPENSSL_zalloc(sizeof(*tree->levels)*(n+1))) == NULL) { in tree_init() 179 level = tree->levels; in tree_init() 423 if (curr == tree->levels) { in tree_prune() 470 curr = tree->levels + tree->nlevel - 1; in tree_calculate_authority_set() 481 curr = tree->levels; in tree_calculate_authority_set() 578 X509_POLICY_LEVEL *curr = tree->levels + 1; in tree_evaluate() [all …]
|
A D | pcy_lib.c | 32 return tree->levels + i; in X509_policy_tree_get0_level()
|
A D | pcy_local.h | 115 X509_POLICY_LEVEL *levels; member
|
/openssl-master/doc/man3/ |
A D | X509_check_purpose.pod | 17 checked to determine if it's a possible CA with various levels of certainty
|
A D | OSSL_CMP_log_open.pod | 53 including a string prefix mirroring the severity levels of syslog.h,
|
A D | SSL_CTX_set_security_level.pod | 140 Some security levels require large key sizes for non-ECC public key
|
A D | SSL_CTX_set_verify.pod | 149 depth to 2 allows the levels 0, 1, 2 and 3 (0 being the end-entity and 3 the
|
A D | X509_VERIFY_PARAM_set_flags.pod | 129 levels.
|
A D | SSL_CTX_set_options.pod | 313 about acceptable SSL/TLS protocol levels as during the first hello. Some
|
A D | ENGINE_add.pod | 196 ENGINE objects have two levels of reference-counting to match the way in
|
/openssl-master/ |
A D | NOTES-ANDROID.md | 34 The NDK customarily supports multiple Android API levels, e.g. `android-14`,
|
A D | NEWS.md | 349 * New security levels
|
A D | CHANGES.md | 5747 * New chain verification flags for Suite B levels of security. Check 8039 [NB: OpenSSL 1.0.0i and later 1.0.0 patch levels were released after 10173 [NB: OpenSSL 0.9.7i and later 0.9.7 patch levels were released after 11293 [NB: OpenSSL 0.9.7h and later 0.9.7 patch levels were released after 11659 [NB: OpenSSL 0.9.6i and later 0.9.6 patch levels were released after 12667 - verbosity levels ('-v', '-vv', and '-vvv') that provide information 15167 through a logging bio, to cover all the levels that are available 15182 On Win32, the `LOG_*` levels are mapped according to this:
|
/openssl-master/doc/man7/ |
A D | property.pod | 127 Two levels of property query are supported.
|
A D | migration_guide.pod | 131 For OpenSSL 1.1.1 and below, different patch levels were indicated by a letter
|
/openssl-master/doc/man1/ |
A D | openssl-verification-options.pod | 373 definitions of the available levels. The default security level is -1,
|
Completed in 48 milliseconds