Texas Instruments CC2650DK 사용자 설명서

다운로드
페이지 1570
AES Cryptoprocessor Overview
10.1.6.3.1 Data Format and Byte Order
The following examples show how the data must be submitted to the AES Engine. Because the AHB slave
interface is mostly transparent for data (no data modifications), the alignment for the register interface is
identical, as described in the following examples.
NOTE:
The byte in bold type is a first byte of the key or message.
NIST SP 800-38a, AES-ECB 256-bit Encrypt:
AES Key In:
603deb10 15ca71be 2b73aef0 857d7781
1f352c07 3b6108d7 2d9810a3 0914dff4
AES Data In:
6bc1bee2 2e409f96 e93d7e11 7393172a
AES Data Out:
f3eed1bd b5d2a03c 064b5a7e 3db181f8
AES Key in external RAM, loaded through the key store module:
Word_0[31:0]: 10eb3d60
Word_1[31:0]: be71ca15
Word_2[31:0]: f0ae732b
Word_3[31:0]: 81777d85
Word_4[31:0]: 072c351f
Word_5[31:0]: d708613b
Word_6[31:0]: a310982d
Word_7[31:0]: f4df1409
Input data using slave interface or DMA:
AESDATAIN0[31:0]: e2bec16b
AESDATAIN1[31:0]: 969f402e
AESDATAIN2[31:0]: 117e3de9
AESDATAIN3[31:0]: 2a179373
Output data using slave interface or DMA:
AESDATAOUT0[31:0]: bdd1eef3
AESDATAOUT1[31:0]: 3ca0d2b5
AESDATAOUT2[31:0]: 7e5a4b06
AESDATAOUT3[31:0]: f881b13d
813
SWCU117A – February 2015 – Revised March 2015
Copyright © 2015, Texas Instruments Incorporated