aes_ll_write_key() function
Write the encryption/decryption key to hardware
Syntax
static inline uint8_t aes_ll_write_key(const uint8_t *key,
size_t key_word_len);
Arguments
key
Key to be written to the AES hardware
key_word_len
Number of words in the key
Return value
Number of bytes written to hardware, used for fault injection check, if a write was skipped then this sum is likely to be wrong