krb5_encryption_class
const struct krb5_encryption_class *ec = inkey->ks_class;
const struct krb5_encryption_class *ec = basekey->ks_class;
static struct krb5_encryption_class *krb5_encryption_classes[] = {
struct krb5_encryption_class *
krb5_create_key(const struct krb5_encryption_class *ec)
extern struct krb5_encryption_class *
krb5_create_key(const struct krb5_encryption_class *ec);
const struct krb5_encryption_class *ks_class;
extern struct krb5_encryption_class krb5_aes128_encryption_class;
extern struct krb5_encryption_class krb5_aes256_encryption_class;
struct krb5_encryption_class krb5_aes128_encryption_class = {
struct krb5_encryption_class krb5_aes256_encryption_class = {
const struct krb5_encryption_class *ec = Ke->ks_class;
const struct krb5_encryption_class *ec = Ke->ks_class;
const struct krb5_encryption_class *ec;
struct krb5_encryption_class *ec;