mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Merge pull request #8887 from gilles-peskine-arm/pk_import_into_psa-fix_doxygen_code_blocks
Fix intended code blocks that were not suitably indented
This commit is contained in:
commit
fe164aecfc
@ -607,11 +607,10 @@ int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk,
|
|||||||
* psa_set_key_identifier() and optionally
|
* psa_set_key_identifier() and optionally
|
||||||
* psa_set_key_lifetime().
|
* psa_set_key_lifetime().
|
||||||
* - To import only the public part of a key pair:
|
* - To import only the public part of a key pair:
|
||||||
* ```
|
*
|
||||||
* psa_set_key_type(&attributes,
|
* psa_set_key_type(&attributes,
|
||||||
* PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(
|
* PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(
|
||||||
* psa_get_key_type(&attributes)));
|
* psa_get_key_type(&attributes)));
|
||||||
* ```
|
|
||||||
* - Restrict the key usage if desired.
|
* - Restrict the key usage if desired.
|
||||||
* -# Call mbedtls_pk_import_into_psa().
|
* -# Call mbedtls_pk_import_into_psa().
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user