summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/enc_provider/aes.c
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-415/+0
* Unsigned/signed fixesEzra Peisach2009-02-061-1/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-15/+16
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-021-4/+173
* add copyright to lib/crypto/enc_provider/aes.cTom Yu2008-07-091-0/+26
* Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn2007-05-101-4/+14
* * aes.c (krb5int_aes_encrypt): Signed/unsigned warning fixEzra Peisach2004-05-251-2/+4
* * aes.c (krb5int_aes_encrypt, krb5int_aes_decrypt): Copy out value for new IVKen Raeburn2004-02-091-0/+5
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-221-22/+4
* Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn2003-04-131-27/+51
* * aes.c (krb5int_aes_init_state): Implement.Ken Raeburn2003-03-051-1/+6
* * aes.c: New file.Ken Raeburn2003-02-031-0/+190