File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ psa_status_t psa_wrap_key_with_policy(psa_key_handle_t wrapping_key,
925
925
* They are used as follows:
926
926
* - The key type and size may be 0. If either is
927
927
* nonzero, it must match the corresponding
928
- * attribute of the source key.
928
+ * attribute of the wrapped key data .
929
929
* - The key location (the lifetime and, for
930
930
* persistent keys, the key identifier) is
931
931
* used directly.
@@ -937,7 +937,7 @@ psa_status_t psa_wrap_key_with_policy(psa_key_handle_t wrapping_key,
937
937
* embedded in \p data is ignored.
938
938
* - The policy constraints (usage flags and
939
939
* algorithm policy) are combined from
940
- * the source key and \p attributes so that
940
+ * the wrapped key data and \p attributes so that
941
941
* both sets of restrictions apply. The
942
942
* policy restrictions are calculated in the
943
943
* same way as in psa_copy_key().
You can’t perform that action at this time.
0 commit comments