commit | 744e9f70f44af3386be079e79189f946465f8517 | [log] [tgz] |
---|---|---|
author | Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> | Thu Feb 13 16:23:02 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Mar 14 14:51:58 2025 +0100 |
tree | 50f05171225f42ef9753df828144e9ec507b2354 | |
parent | 62fe34dd02f053fc2fe0feb44dd5cb874a9c1a37 [diff] |
tests: secure_storage: psa: crypto: improve compatibility The psa_key_attributes_t type is implementation-defined according to the PSA Crypto spec. Compare its fields individually instead of doing a memcmp() over the entire struct. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>