blob: 3f030bad9e14050fd2990dc257d30aee6de879fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
@ignore
the information in this file should be consistent with the information
in krb5/src/lib/crypto/etypes.c (and krb5/src/include/krb5.h[in]?)
@end ignore
@table @code
@item des-cbc-crc
DES cbc mode with CRC-32
@item des-cbc-md4
DES cbc mode with RSA-MD4
@item des-cbc-md5
DES cbc mode with RSA-MD5
@item des3-cbc-sha1
@itemx des3-hmac-sha1
@itemx des3-cbc-sha1-kd
triple DES cbc mode with HMAC/sha1
@item des-hmac-sha1
DES with HMAC/sha1
@item arcfour-hmac
@itemx rc4-hmac
@itemx arcfour-hmac-md5
RC4 with HMAC/MD5
@item arcfour-hmac-exp
@itemx rc4-hmac-exp
@itemx arcfour-hmac-md5-exp
exportable RC4 with HMAC/MD5
@end table
|