aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdh.c
diff options
context:
space:
mode:
authorGravatar James Bottomley <James.Bottomley@HansenPartnership.com> 2018-03-01 14:36:17 -0800
committerGravatar Herbert Xu <herbert@gondor.apana.org.au> 2018-03-09 22:45:49 +0800
commita7d85e06ed8033f263451f3aef4159024e7dae5f (patch)
tree4f5dc50bb388a34c718c3e6be2ed8b4d017feb96 /crypto/ecdh.c
parentcrypto: s5p-sss - Constify pointed data (arguments and local variables) (diff)
downloadlinux-a7d85e06ed8033f263451f3aef4159024e7dae5f.tar.gz
linux-a7d85e06ed8033f263451f3aef4159024e7dae5f.tar.bz2
linux-a7d85e06ed8033f263451f3aef4159024e7dae5f.zip
crypto: cfb - add support for Cipher FeedBack mode
TPM security routines require encryption and decryption with AES in CFB mode, so add it to the Linux Crypto schemes. CFB is basically a one time pad where the pad is generated initially from the encrypted IV and then subsequently from the encrypted previous block of ciphertext. The pad is XOR'd into the plain text to get the final ciphertext. https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#CFB Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ecdh.c')
0 files changed, 0 insertions, 0 deletions