aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/krb/rand2key/rand2key.h
blob: 01208f6a4a984acdb5e078867ac54674de20fd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "k5-int.h"


krb5_error_code
krb5int_arcfour_make_key(const krb5_data *randombits, krb5_keyblock *key);

krb5_error_code
krb5int_des_make_key(const krb5_data *randombits, krb5_keyblock *key);

/* RFC 3961 */
krb5_error_code
krb5int_des3_make_key(const krb5_data *randombits, krb5_keyblock *key);

krb5_error_code
krb5int_aes_make_key(const krb5_data *randombits, krb5_keyblock *key);