mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 05:01:23 +00:00
Fix typos found in PSA Crypto API 1.0 beta2 before publication
This commit is contained in:
parent
9153ec0d04
commit
bf7a98b791
|
@ -754,7 +754,7 @@ psa_status_t psa_export_public_key(psa_key_handle_t handle,
|
||||||
* to another. The target key retains its lifetime and location.
|
* to another. The target key retains its lifetime and location.
|
||||||
*
|
*
|
||||||
* In an implementation where slots have different ownerships,
|
* In an implementation where slots have different ownerships,
|
||||||
* this functin may be used to share a key with a different party,
|
* this function may be used to share a key with a different party,
|
||||||
* subject to implementation-defined restrictions on key sharing.
|
* subject to implementation-defined restrictions on key sharing.
|
||||||
* In this case \p constraint would typically prevent the recipient
|
* In this case \p constraint would typically prevent the recipient
|
||||||
* from exporting the key.
|
* from exporting the key.
|
||||||
|
|
|
@ -187,7 +187,7 @@
|
||||||
* the global integrity of the keystore. Depending on the global
|
* the global integrity of the keystore. Depending on the global
|
||||||
* integrity guarantees offered by the implementation, access to other
|
* integrity guarantees offered by the implementation, access to other
|
||||||
* data may or may not fail even if the data is still readable but
|
* data may or may not fail even if the data is still readable but
|
||||||
* its integrity canont be guaranteed.
|
* its integrity cannot be guaranteed.
|
||||||
*
|
*
|
||||||
* Implementations should only use this error code to report a
|
* Implementations should only use this error code to report a
|
||||||
* permanent storage corruption. However application writers should
|
* permanent storage corruption. However application writers should
|
||||||
|
|
Loading…
Reference in a new issue