Lines Matching refs:identifier
88 …elopment/api/file/crypto__types_8h/#_CPPv412psa_key_id_t), which is an identifier for the key. Thi…
92 …54ea8c5) to create a random key. The key creation function has the key identifier as an output par…
93 2. Use the key as desired, passing the key identifier obtained during the key creation.
352 …ctions, passing the attributes defined in the previous step, to get an identifier of type [`psa_ke…
540 …ctions, passing the attributes defined in the previous step, to get an identifier of type [`psa_ke…
568 …hm and the key. See “[MAC key management](#mac-key-management)” for how to obtain a key identifier.
575 …hm and the key. See “[MAC key management](#mac-key-management)” for how to obtain a key identifier.
586 In both cases, see “[MAC key management](#mac-key-management)” for how to obtain a key identifier.
661 In the PSA API, keys are referenced by an identifier of type [`psa_key_id_t`](https://mbed-tls.read…
663 The PSA key identifier tends to play the same role as an `mbedtls_pk_context`, `mbedtls_rsa_context…
672 …ctions, passing the attributes defined in the previous step, to get an identifier of type [`psa_ke…
727 …oup__crypto__types_1gad54c03d3b47020e571a72cd01d978cf2) where `curve` is a curve family identifier.
729 …s_1ga0b6f5d4d5037c54ffa850d8059c32df0) where `curve` is a curve family identifier. A key with this…
732 A curve is fully determined by a curve family identifier and the private key size in bits. You can …
733 …a9c83c095adfec7da99401cf81e164f99) converts from the legacy curve type identifier to PSA curve fam…
734 …eb619d5b2f5fe4667811adeb8a12) converts from PSA curve family and bit-size to the legacy identifier.
738 | Mbed TLS legacy curve identifier | PSA curve family | Curve bit-size |
766 … with predefined groups. A group is fully determined by a group family identifier and the public k…
913 …he PSA key's policy. The PK object contains a reference to the PSA key identifier, therefore PSA k…
1099 …ctions, passing the attributes defined in the previous step, to get an identifier of type [`psa_ke…
1201 …tes/#group__attributes_1gacbbf5c11eac6cd70c87ffb936e1b9be2) on the key identifier, then [`psa_get_…
1202 …port__export/#group__import__export_1gaf22ae73312217aaede2ea02cdebb6062) on the PSA key identifier.
1203 …#group__import__export_1ga668e35be8d2852ad3feeef74ac6f75bf) on the key identifier. Note that the k…
1206 …n metadata about the keys used for the key exchange. The PSA equivalents access the key identifier:
1208 …#group__attributes_1gacbbf5c11eac6cd70c87ffb936e1b9be2) on the PSA key identifier, then [`psa_get_…
1209 …#group__import__export_1ga668e35be8d2852ad3feeef74ac6f75bf) on the key identifier. Note that the k…
1210 …port__export/#group__import__export_1gaf22ae73312217aaede2ea02cdebb6062) on the PSA key identifier.
1286 …s is mostly transparent to user code. Code that uses a key via its key identifier does not need to…
1321 …several functions. In particular, one of the messages embeds the curve identifier in the TLS proto…