Functions | |
__STATIC_INLINE void | ll_aes_set_key_address (aes_regs_t *AESx, uint32_t address) |
Set AES key address in memory. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_key_address (aes_regs_t *AESx) |
Get AES key address in memory. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_data_127_96 (aes_regs_t *AESx) |
Get AES output data[127:96]. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_data_95_64 (aes_regs_t *AESx) |
Get AES output data[95:64]. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_data_63_32 (aes_regs_t *AESx) |
Get AES output data[63:32]. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_data_31_0 (aes_regs_t *AESx) |
Get AES output data[31:0]. More... | |
__STATIC_INLINE void | ll_aes_set_key_255_224 (aes_regs_t *AESx, uint32_t key) |
Set AES key[255:224]. More... | |
__STATIC_INLINE void | ll_aes_set_key_223_192 (aes_regs_t *AESx, uint32_t key) |
Set AES key[223:192]. More... | |
__STATIC_INLINE void | ll_aes_set_key_191_160 (aes_regs_t *AESx, uint32_t key) |
Set AES key[191:160]. More... | |
__STATIC_INLINE void | ll_aes_set_key_159_128 (aes_regs_t *AESx, uint32_t key) |
Set AES key[159:128]. More... | |
__STATIC_INLINE void | ll_aes_set_key_127_96 (aes_regs_t *AESx, uint32_t key) |
Set AES key[127:96]. More... | |
__STATIC_INLINE void | ll_aes_set_key_95_64 (aes_regs_t *AESx, uint32_t key) |
Set AES key[95:64]. More... | |
__STATIC_INLINE void | ll_aes_set_key_63_32 (aes_regs_t *AESx, uint32_t key) |
Set AES key[63:32]. More... | |
__STATIC_INLINE void | ll_aes_set_key_31_0 (aes_regs_t *AESx, uint32_t key) |
Set AES key[31:0]. More... | |
__STATIC_INLINE void | ll_aes_set_seed_in (aes_regs_t *AESx, uint32_t seed) |
Set AES input seed. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_seed_in (aes_regs_t *AESx) |
Get AES input seed. More... | |
__STATIC_INLINE void | ll_aes_set_seed_out (aes_regs_t *AESx, uint32_t seed) |
Set AES output seed. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_seed_out (aes_regs_t *AESx) |
Get AES output seed. More... | |
__STATIC_INLINE void | ll_aes_set_seed_Imask (aes_regs_t *AESx, uint32_t mask) |
Set sbox input data's mask. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_seed_Imask (aes_regs_t *AESx) |
Get sbox input data's mask. More... | |
__STATIC_INLINE void | ll_aes_set_seed_Osbox (aes_regs_t *AESx, uint32_t mask) |
Set sbox output data's mask. More... | |
__STATIC_INLINE uint32_t | ll_aes_get_seed_Osbox (aes_regs_t *AESx) |
Get sbox output data's mask. More... | |
__STATIC_INLINE void | ll_aes_set_vector_127_96 (aes_regs_t *AESx, uint32_t vector) |
Set AES initialization vector[127:96]. More... | |
__STATIC_INLINE void | ll_aes_set_vector_95_64 (aes_regs_t *AESx, uint32_t vector) |
Set AES initialization vector[95:64]. More... | |
__STATIC_INLINE void | ll_aes_set_vector_63_32 (aes_regs_t *AESx, uint32_t vector) |
Set AES initialization vector[63:32]. More... | |
__STATIC_INLINE void | ll_aes_set_vector_31_0 (aes_regs_t *AESx, uint32_t vector) |
Set AES initialization vector[31:0]. More... | |
__STATIC_INLINE void | ll_aes_set_data_127_96 (aes_regs_t *AESx, uint32_t data) |
Set AES input data[127:96]. More... | |
__STATIC_INLINE void | ll_aes_set_data_95_64 (aes_regs_t *AESx, uint32_t data) |
Set AES input data[95:64]. More... | |
__STATIC_INLINE void | ll_aes_set_data_63_32 (aes_regs_t *AESx, uint32_t data) |
Set AES input data[63:32]. More... | |
__STATIC_INLINE void | ll_aes_set_data_31_0 (aes_regs_t *AESx, uint32_t data) |
Set AES input data[31:0]. More... | |
__STATIC_INLINE void | ll_aes_set_key_port_mask (aes_regs_t *AESx, uint32_t mask) |
Set AES fetch key port mask. More... | |
__STATIC_INLINE uint32_t ll_aes_get_data_127_96 | ( | aes_regs_t * | AESx | ) |
Get AES output data[127:96].
Register|BitsName ---------------|--------------- DATA_OUT0 | DATA
AESx | AES instance |
Output | Data[127:96] |
Definition at line 904 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_get_data_31_0 | ( | aes_regs_t * | AESx | ) |
Get AES output data[31:0].
Register|BitsName ---------------|--------------- DATA_OUT3 | DATA
AESx | AES instance |
Output | Data[31:0] |
Definition at line 949 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_get_data_63_32 | ( | aes_regs_t * | AESx | ) |
Get AES output data[63:32].
Register|BitsName ---------------|--------------- DATA_OUT2 | DATA
AESx | AES instance |
Output | Data[63:32] |
Definition at line 934 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_get_data_95_64 | ( | aes_regs_t * | AESx | ) |
Get AES output data[95:64].
Register|BitsName ---------------|--------------- DATA_OUT1 | DATA
AESx | AES instance |
Output | Data[95:64] |
Definition at line 919 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_get_key_address | ( | aes_regs_t * | AESx | ) |
Get AES key address in memory.
Register|BitsName ---------------|--------------- KEY_ADDR | ADDR
AESx | AES instance |
Returned | value is the key address in RAM. |
Definition at line 889 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_get_seed_Imask | ( | aes_regs_t * | AESx | ) |
Get sbox input data's mask.
Register|BitsName ---------------|--------------- MASK_SSI | SEED_IMASK
AESx | AES instance |
Returned | value is the input data's mask. |
Definition at line 1170 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_get_seed_in | ( | aes_regs_t * | AESx | ) |
Get AES input seed.
Register|BitsName ---------------|--------------- INIT_SSI | SEED_IN
AESx | AES instance |
Returned | value is the input seed. |
Definition at line 1108 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_get_seed_Osbox | ( | aes_regs_t * | AESx | ) |
Get sbox output data's mask.
Register|BitsName ---------------|--------------- MASK_SSO | SEED_OSBOX
AESx | AES instance |
Returned | value is the output data's mask. |
Definition at line 1201 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_get_seed_out | ( | aes_regs_t * | AESx | ) |
Get AES output seed.
Register|BitsName ---------------|--------------- INIT_SSO | SEED_OUT
AESx | AES instance |
Returned | value is the output seed. |
Definition at line 1139 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_data_127_96 | ( | aes_regs_t * | AESx, |
uint32_t | data | ||
) |
Set AES input data[127:96].
Register|BitsName ---------------|--------------- DATA_IN0 | DATA_IN
AESx | AES instance |
data | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1281 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_data_31_0 | ( | aes_regs_t * | AESx, |
uint32_t | data | ||
) |
Set AES input data[31:0].
Register|BitsName ---------------|--------------- DATA_IN3 | DATA_IN
AESx | AES instance |
data | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1329 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_data_63_32 | ( | aes_regs_t * | AESx, |
uint32_t | data | ||
) |
Set AES input data[63:32].
Register|BitsName ---------------|--------------- DATA_IN2 | DATA_IN
AESx | AES instance |
data | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1313 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_data_95_64 | ( | aes_regs_t * | AESx, |
uint32_t | data | ||
) |
Set AES input data[95:64].
Register|BitsName ---------------|--------------- DATA_IN1 | DATA_IN
AESx | AES instance |
data | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1297 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_127_96 | ( | aes_regs_t * | AESx, |
uint32_t | key | ||
) |
Set AES key[127:96].
Register|BitsName ---------------|--------------- KEY4 | KEY
AESx | AES instance |
key | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1029 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_159_128 | ( | aes_regs_t * | AESx, |
uint32_t | key | ||
) |
Set AES key[159:128].
Register|BitsName ---------------|--------------- KEY3 | KEY
AESx | AES instance |
key | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1013 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_191_160 | ( | aes_regs_t * | AESx, |
uint32_t | key | ||
) |
Set AES key[191:160].
Register|BitsName ---------------|--------------- KEY2 | KEY
AESx | AES instance |
key | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 997 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_223_192 | ( | aes_regs_t * | AESx, |
uint32_t | key | ||
) |
Set AES key[223:192].
Register|BitsName ---------------|--------------- KEY1 | KEY
AESx | AES instance |
key | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 981 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_255_224 | ( | aes_regs_t * | AESx, |
uint32_t | key | ||
) |
Set AES key[255:224].
Register|BitsName ---------------|--------------- KEY0 | KEY
AESx | AES instance |
key | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 965 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_31_0 | ( | aes_regs_t * | AESx, |
uint32_t | key | ||
) |
Set AES key[31:0].
Register|BitsName ---------------|--------------- KEY7 | KEY
AESx | AES instance |
key | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1077 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_63_32 | ( | aes_regs_t * | AESx, |
uint32_t | key | ||
) |
Set AES key[63:32].
Register|BitsName ---------------|--------------- KEY6 | KEY
AESx | AES instance |
key | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1061 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_95_64 | ( | aes_regs_t * | AESx, |
uint32_t | key | ||
) |
Set AES key[95:64].
Register|BitsName ---------------|--------------- KEY5 | KEY
AESx | AES instance |
key | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1045 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_address | ( | aes_regs_t * | AESx, |
uint32_t | address | ||
) |
Set AES key address in memory.
Register|BitsName ---------------|--------------- KEY_ADDR | ADDR
AESx | AES instance |
address | This parameter can be one of the address in RAM |
None |
Definition at line 874 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_key_port_mask | ( | aes_regs_t * | AESx, |
uint32_t | mask | ||
) |
Set AES fetch key port mask.
Register|BitsName ---------------|--------------- KEYPORT_MASK | KPORT_MASK
AESx | AES instance |
mask | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1345 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_seed_Imask | ( | aes_regs_t * | AESx, |
uint32_t | mask | ||
) |
Set sbox input data's mask.
Register|BitsName ---------------|--------------- MASK_SSI | SEED_IMASK
AESx | AES instance |
mask | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1155 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_seed_in | ( | aes_regs_t * | AESx, |
uint32_t | seed | ||
) |
Set AES input seed.
Register|BitsName ---------------|--------------- INIT_SSI | SEED_IN
AESx | AES instance |
seed | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1093 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_seed_Osbox | ( | aes_regs_t * | AESx, |
uint32_t | mask | ||
) |
Set sbox output data's mask.
Register|BitsName ---------------|--------------- MASK_SSO | SEED_OSBOX
AESx | AES instance |
mask | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1186 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_seed_out | ( | aes_regs_t * | AESx, |
uint32_t | seed | ||
) |
Set AES output seed.
Register|BitsName ---------------|--------------- INIT_SSO | SEED_OUT
AESx | AES instance |
seed | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1124 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_vector_127_96 | ( | aes_regs_t * | AESx, |
uint32_t | vector | ||
) |
Set AES initialization vector[127:96].
Register|BitsName ---------------|--------------- INIT_V0 | VECTOR_INIT
AESx | AES instance |
vector | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1217 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_vector_31_0 | ( | aes_regs_t * | AESx, |
uint32_t | vector | ||
) |
Set AES initialization vector[31:0].
Register|BitsName ---------------|--------------- INIT_V3 | VECTOR_INIT
AESx | AES instance |
vector | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1265 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_vector_63_32 | ( | aes_regs_t * | AESx, |
uint32_t | vector | ||
) |
Set AES initialization vector[63:32].
Register|BitsName ---------------|--------------- INIT_V2 | VECTOR_INIT
AESx | AES instance |
vector | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1249 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_set_vector_95_64 | ( | aes_regs_t * | AESx, |
uint32_t | vector | ||
) |
Set AES initialization vector[95:64].
Register|BitsName ---------------|--------------- INIT_V1 | VECTOR_INIT
AESx | AES instance |
vector | This parameter can be one of the following values: 0 ~ 0xFFFFFFFF |
None |
Definition at line 1233 of file gr55xx_ll_aes.h.