Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir4/
DReadme3 1. zero pathlen constraint on an intermediate CA (invalid)
8 2. zero pathlen constraint on the root CA (invalid)
13 3. nonzero pathlen constraint on the root CA (invalid)
18 4. nonzero pathlen constraint on an intermediate CA (invalid)
23 5. nonzero pathlen constraint on an intermediate CA with maximum number of elements in the chain (v…
28 6. nonzero pathlen constraint on the root CA with maximum number of elements in the chain (valid)
33 7. pathlen constraint on the root CA with maximum number of elements and a self signed certificate …
39 8. zero pathlen constraint on first intermediate CA (valid)
44 9. zero pathlen constraint on trusted root (valid)
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c1052 const psa_key_policy_t *constraint) in psa_restrict_key_policy() argument
1056 constraint->alg); in psa_restrict_key_policy()
1059 constraint->alg2); in psa_restrict_key_policy()
1060 if (intersection_alg == 0 && policy->alg != 0 && constraint->alg != 0) { in psa_restrict_key_policy()
1063 if (intersection_alg2 == 0 && policy->alg2 != 0 && constraint->alg2 != 0) { in psa_restrict_key_policy()
1066 policy->usage &= constraint->usage; in psa_restrict_key_policy()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md235 …to be "linearizable" (under certain constraints). This means that any (constraint satisfying) set …
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md967 …t can only be used with `psa_sign_hash` and `psa_verify_hash`, with no constraint on the length of…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog2366 pathLenConstraint basic constraint value is equal to INT_MAX.
4203 * The X509 max_pathlen constraint was not enforced on intermediate