Is attestation already available in LPC55S69

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Is attestation already available in LPC55S69

1,451 次查看
beze
Contributor II

Hello,

from university I got the LPC55S69-EVK to do some kind of "self attestation". So I should execute software within the secure environment which attests (calculates a HMAC for example) the untrusted memory region. My professor ment that this feature should be available on this board (in combination with trustzone) but i really could not find anything apart from the initial attestation api which does not seem like it really provides the functionality I am looking at. Has anyone ever heard or used this feature or do I need to implement it on my own ? It would be really helpful if anyone can help me.

Thanks in advance,
Lukas

标签 (1)
标记 (2)
0 项奖励
回复
3 回复数

1,365 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Lukas Petzi ,

About the basic features offered by TrustZone for Armv8-M and then explains the additional features of the LPC55S6x,

please have a look at "Chapter 47: LPC55S6x/LPC55S2x/LPC552x Trusted Execution Environment" of User Manual, download from:

https://www.nxp.com/webapp/sps/download/preDownload.jsp?render=true 

And there are TrustZone demo based on LPC55s69 under MCUXpresso SDK:

pastedImage_8.png

Download SDK from:

https://mcuxpresso.nxp.com/en/select   

Regards,

Alice

0 项奖励
回复

1,365 次查看
beze
Contributor II

Hello,
first of all thanks for your support. But unfortunalety I have seen this already. What I am looking for is a way of calculating a Hash or HMAC or whatever over the whole memory region of the "normal" world. This should be done by a trusted component so possibly a software stored within the secure world.

Kind regards,
Lukas

0 项奖励
回复

1,365 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Lukas,

You can config memory to secure or no-secure refer to your requirement. 

0 项奖励
回复