]> Git Repo - u-boot.git/commit
aes: Implement AES-128-CBC decryption function
authorMarek Vasut <[email protected]>
Wed, 5 Mar 2014 18:58:38 +0000 (19:58 +0100)
committerTom Rini <[email protected]>
Fri, 21 Mar 2014 20:43:56 +0000 (16:43 -0400)
commitdc24bb6ddb416db52a60165931c0864fdba1f60b
tree3fe6c7b3144be31fa5e62591413ad44cb927c60b
parent6e7b9f4fa0aed88051d6700afa510430b5d3fb69
aes: Implement AES-128-CBC decryption function

Implement a compatible AES-128-CBC decryption function as a counterpart
of the encryption function pulled from tegra20-common/crypto.c .

Signed-off-by: Marek Vasut <[email protected]>
include/aes.h
lib/aes.c
This page took 0.030237 seconds and 4 git commands to generate.