Home
last modified time | relevance | path

Searched refs:aes_get_rounds (Results 1 – 1 of 1) sorted by relevance

/u-boot/lib/
A Daes.c512 static u32 aes_get_rounds(u32 key_len) in aes_get_rounds() function
542 aes_rounds = aes_get_rounds(key_len); in aes_expand_key()
578 aes_rounds = aes_get_rounds(key_len); in aes_encrypt()
601 aes_rounds = aes_get_rounds(key_len); in aes_decrypt()

Completed in 5 milliseconds