random_to_key
val |= random_to_key(context);
if (et->keytype->random_to_key)
(*et->keytype->random_to_key)(context, key, data, size);
void (*random_to_key)(krb5_context, krb5_keyblock*, const void*, size_t);