Skip to content

Commit 8d63d5d

Browse files
Fix copypasta
1 parent f2cb216 commit 8d63d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/psa/crypto.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ psa_status_t psa_wrap_key_with_policy(psa_key_handle_t wrapping_key,
925925
* They are used as follows:
926926
* - The key type and size may be 0. If either is
927927
* nonzero, it must match the corresponding
928-
* attribute of the source key.
928+
* attribute of the wrapped key data.
929929
* - The key location (the lifetime and, for
930930
* persistent keys, the key identifier) is
931931
* used directly.
@@ -937,7 +937,7 @@ psa_status_t psa_wrap_key_with_policy(psa_key_handle_t wrapping_key,
937937
* embedded in \p data is ignored.
938938
* - The policy constraints (usage flags and
939939
* algorithm policy) are combined from
940-
* the source key and \p attributes so that
940+
* the wrapped key data and \p attributes so that
941941
* both sets of restrictions apply. The
942942
* policy restrictions are calculated in the
943943
* same way as in psa_copy_key().

0 commit comments

Comments
 (0)