Skip to content

Commit

Permalink
add missing getter
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Dec 5, 2023
1 parent 9e14fea commit 7c20232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/crypto/PSASessionKeystore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class HmacKeyAttributes

~HmacKeyAttributes() { psa_reset_key_attributes(&mAttrs); }

const psa_key_attributes_t & Get() { return mAttrs; }

private:
psa_key_attributes_t mAttrs = PSA_KEY_ATTRIBUTES_INIT;
};
Expand Down

0 comments on commit 7c20232

Please sign in to comment.