commit | 147d6c87c2e873f8a866a57be66464236ee94d66 | [log] [tgz] |
---|---|---|
author | chetan <45227403+chetansinghrathore@users.noreply.github.com> | Mon Apr 29 13:57:55 2019 +0530 |
committer | GitHub <noreply@github.com> | Mon Apr 29 13:57:55 2019 +0530 |
tree | 4977be53a997398385b861ad08b3158de1fc341d | |
parent | aca884ef02b9846b295d9546be7283ad3f5c6001 [diff] |
Test#14: Fixed the length of read and write buffer The read and write buffer are define of 4 octet length, but the read length passed in psa_get API was 16 octects. Which was resulting in secure fault.