~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to lib/krb5/crypto-aes.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-10-03 23:50:05 UTC
  • mfrom: (1.1.15) (2.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20111003235005-0voibbgdhyqmtp6w
Tags: 1.5.dfsg.1-3
Add conflicts with kcc to heimdal-clients. Closes: #644138

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 */
39
39
 
40
40
static struct _krb5_key_type keytype_aes128 = {
41
 
    KRB5_ENCTYPE_AES128_CTS_HMAC_SHA1_96,
 
41
    ENCTYPE_AES128_CTS_HMAC_SHA1_96,
42
42
    "aes-128",
43
43
    128,
44
44
    16,
52
52
};
53
53
 
54
54
static struct _krb5_key_type keytype_aes256 = {
55
 
    KRB5_ENCTYPE_AES256_CTS_HMAC_SHA1_96,
 
55
    ENCTYPE_AES256_CTS_HMAC_SHA1_96,
56
56
    "aes-256",
57
57
    256,
58
58
    32,