diff options
author | Mark A. Greer <[email protected]> | 2013-01-08 11:57:47 -0700 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2013-01-20 10:16:44 +1100 |
commit | f9fb69e73c774a6490a13128381af9ba468d3a6e (patch) | |
tree | cc6c267aea1557f7aeb0b7ba7cc377f5262d86b2 /fs/jbd/commit.c | |
parent | 0d35583a13ad29af06375678daa2e11772ec9267 (diff) |
crypto: omap-aes - Add CTR algorithm Support
The OMAP3 and OMAP4/AM33xx versions of the AES crypto
module support the CTR algorithm in addition to ECB
and CBC that the OMAP2 version of the module supports.
So, OMAP2 and OMAP3 share a common register set but
OMAP3 supports CTR while OMAP2 doesn't. OMAP4/AM33XX
uses a different register set from OMAP2/OMAP3 and
also supports CTR.
To add this support, use the platform_data introduced
in an ealier commit to hold the list of algorithms
supported by the current module. The probe routine
will use that list to register the correct algorithms.
Note: The code being integrated is from the TI AM33xx SDK
and was written by Greg Turner <[email protected]> and
Herman Schuurman (current email unknown) while at TI.
CC: Greg Turner <[email protected]>
CC: Dmitry Kasatkin <[email protected]>
Signed-off-by: Mark A. Greer <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions