aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/enc_provider/aes.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov1-415/+0
2009-02-06Unsigned/signed fixesEzra Peisach1-1/+2
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-15/+16
2008-12-02Crypto IOV API per Projects/AEAD encryption APISam Hartman1-4/+173
2008-07-09add copyright to lib/crypto/enc_provider/aes.cTom Yu1-0/+26
2007-05-10Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn1-4/+14
2004-05-25 * aes.c (krb5int_aes_encrypt): Signed/unsigned warning fixEzra Peisach1-2/+4
2004-02-09* aes.c (krb5int_aes_encrypt, krb5int_aes_decrypt): Copy out value for new IVKen Raeburn1-0/+5
2003-07-22Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn1-22/+4
2003-04-13Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn1-27/+51
2003-03-05* aes.c (krb5int_aes_init_state): Implement.Ken Raeburn1-1/+6
2003-02-03* aes.c: New file.Ken Raeburn1-0/+190