Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto.c1063 const psa_key_policy_t *constraint) in psa_restrict_key_policy() argument
1067 constraint->alg); in psa_restrict_key_policy()
1070 constraint->alg2); in psa_restrict_key_policy()
1071 if (intersection_alg == 0 && policy->alg != 0 && constraint->alg != 0) { in psa_restrict_key_policy()
1074 if (intersection_alg2 == 0 && policy->alg2 != 0 && constraint->alg2 != 0) { in psa_restrict_key_policy()
1077 policy->usage &= constraint->usage; in psa_restrict_key_policy()
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md81 A major constraint on the design of the dynamic key store is the need to preserve slot pointers whi…
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md235 …to be "linearizable" (under certain constraints). This means that any (constraint satisfying) set …
/mbedtls-latest/docs/
Dpsa-transition.md967 …t can only be used with `psa_sign_hash` and `psa_verify_hash`, with no constraint on the length of…
/mbedtls-latest/
DChangeLog2561 pathLenConstraint basic constraint value is equal to INT_MAX.
4398 * The X509 max_pathlen constraint was not enforced on intermediate