Home
last modified time | relevance | path

Searched refs:krb5_encryption_class (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/kgssapi/krb5/
Dkcrypto.h70 struct krb5_encryption_class { struct
90 const struct krb5_encryption_class *ks_class; argument
96 extern struct krb5_encryption_class krb5_des_encryption_class;
97 extern struct krb5_encryption_class krb5_des3_encryption_class;
98 extern struct krb5_encryption_class krb5_aes128_encryption_class;
99 extern struct krb5_encryption_class krb5_aes256_encryption_class;
100 extern struct krb5_encryption_class krb5_arcfour_encryption_class;
101 extern struct krb5_encryption_class krb5_arcfour_56_encryption_class;
141 extern struct krb5_encryption_class *
144 krb5_create_key(const struct krb5_encryption_class *ec);
Dkcrypto.c41 static struct krb5_encryption_class *krb5_encryption_classes[] = {
51 struct krb5_encryption_class *
64 krb5_create_key(const struct krb5_encryption_class *ec) in krb5_create_key()
189 const struct krb5_encryption_class *ec = inkey->ks_class; in krb5_derive_key()
230 const struct krb5_encryption_class *ec = basekey->ks_class; in krb5_get_usage_key()
Dkcrypto_arcfour.c186 struct krb5_encryption_class krb5_arcfour_encryption_class = {
204 struct krb5_encryption_class krb5_arcfour_56_encryption_class = {
Dkcrypto_aes.c350 struct krb5_encryption_class krb5_aes128_encryption_class = {
368 struct krb5_encryption_class krb5_aes256_encryption_class = {
Dkcrypto_des.c246 struct krb5_encryption_class krb5_des_encryption_class = {
Dkcrypto_des3.c267 struct krb5_encryption_class krb5_des3_encryption_class = {
Dkrb5_mech.c264 struct krb5_encryption_class *ec; in get_keys()
1404 const struct krb5_encryption_class *ec = Ke->ks_class; in krb5_wrap_new()
1782 const struct krb5_encryption_class *ec = Ke->ks_class; in krb5_unwrap_new()
2025 const struct krb5_encryption_class *ec; in krb5_wrap_size_limit()