Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 17 of 17) sorted by relevance

/openssl-master/crypto/
A Dsparse_array.c57 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 Dpcy_tree.c47 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 Dpcy_lib.c32 return tree->levels + i; in X509_policy_tree_get0_level()
A Dpcy_local.h115 X509_POLICY_LEVEL *levels; member
/openssl-master/doc/man3/
A DX509_check_purpose.pod17 checked to determine if it's a possible CA with various levels of certainty
A DOSSL_CMP_log_open.pod53 including a string prefix mirroring the severity levels of syslog.h,
A DSSL_CTX_set_security_level.pod140 Some security levels require large key sizes for non-ECC public key
A DSSL_CTX_set_verify.pod149 depth to 2 allows the levels 0, 1, 2 and 3 (0 being the end-entity and 3 the
A DX509_VERIFY_PARAM_set_flags.pod129 levels.
A DSSL_CTX_set_options.pod313 about acceptable SSL/TLS protocol levels as during the first hello. Some
A DENGINE_add.pod196 ENGINE objects have two levels of reference-counting to match the way in
/openssl-master/
A DNOTES-ANDROID.md34 The NDK customarily supports multiple Android API levels, e.g. `android-14`,
A DNEWS.md349 * New security levels
A DCHANGES.md5747 * 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 Dproperty.pod127 Two levels of property query are supported.
A Dmigration_guide.pod131 For OpenSSL 1.1.1 and below, different patch levels were indicated by a letter
/openssl-master/doc/man1/
A Dopenssl-verification-options.pod373 definitions of the available levels. The default security level is -1,

Completed in 48 milliseconds