Searched refs:krb5_encryption_class (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkcrypto_des3.c270 struct krb5_encryption_class krb5_des3_encryption_class = {
H A Dkcrypto_des.c249 struct krb5_encryption_class krb5_des_encryption_class = {
H A Dkcrypto_arcfour.c189 struct krb5_encryption_class krb5_arcfour_encryption_class = {
207 struct krb5_encryption_class krb5_arcfour_56_encryption_class = {
H A Dkcrypto.h70 struct krb5_encryption_class { struct
90 const struct krb5_encryption_class *ks_class;
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;
142 extern struct krb5_encryption_class *
145 krb5_create_key(const struct krb5_encryption_class *e
[all...]
H A Dkcrypto.c42 static struct krb5_encryption_class *krb5_encryption_classes[] = {
57 struct krb5_encryption_class *
70 krb5_create_key(const struct krb5_encryption_class *ec)
195 const struct krb5_encryption_class *ec = inkey->ks_class;
235 const struct krb5_encryption_class *ec = basekey->ks_class;
H A Dkcrypto_aes.c356 struct krb5_encryption_class krb5_aes128_encryption_class = {
374 struct krb5_encryption_class krb5_aes256_encryption_class = {
H A Dkrb5_mech.c264 struct krb5_encryption_class *ec;
1404 const struct krb5_encryption_class *ec = Ke->ks_class;
1782 const struct krb5_encryption_class *ec = Ke->ks_class;
2025 const struct krb5_encryption_class *ec;

Completed in 132 milliseconds