Home
last modified time | relevance | path

Searched refs:PSA_KEY_USAGE_COPY (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names_generated.c392 if (usage & PSA_KEY_USAGE_COPY) { in psa_snprint_key_usage()
396 append(&buffer, buffer_size, &required_size, "PSA_KEY_USAGE_COPY", 18); in psa_snprint_key_usage()
397 usage ^= PSA_KEY_USAGE_COPY; in psa_snprint_key_usage()
/third_party/mbedtls/include/psa/
H A Dcrypto_values.h2557 * #PSA_KEY_USAGE_COPY if the secure element supports it.
2559 * #PSA_KEY_LIFETIME_PERSISTENT, the usage flag #PSA_KEY_USAGE_COPY
2562 #define PSA_KEY_USAGE_COPY ((psa_key_usage_t) 0x00000002) macro
/third_party/mbedtls/library/
H A Dpk.c418 more_usage |= PSA_KEY_USAGE_EXPORT | PSA_KEY_USAGE_COPY; in mbedtls_pk_get_psa_attributes()
620 * - If the old key does not allow PSA_KEY_USAGE_COPY. in copy_into_psa()
H A Dpsa_crypto.c1647 PSA_KEY_USAGE_COPY | in psa_validate_key_policy()
2183 source_key, &source_slot, PSA_KEY_USAGE_COPY, 0); in psa_copy_key()

Completed in 17 milliseconds