enc_type
ret = krb5_string_to_enctype (context, enc_type, &etype);
enc_type = enctype_string;
static const char *enc_type = "des-cbc-md5";
if (enc_type(cgd) == ENC_NONE) {
(softc->enc_type != ENC_SEMB_SES ||
if (enc->enc_type == ENC_SEMB_SES || enc->enc_type == ENC_SEMB_SAFT) {
static enctyp enc_type(struct ccb_getdev *);
enc->enc_type = enc_type(cgd);
switch (enc->enc_type) {
switch (enc->enc_type) {
enctyp enc_type; /* type of enclosure */
if (enc->enc_type == ENC_SEMB_SAFT) {
if (enc->enc_type == ENC_SEMB_SAFT) {
if (enc->enc_type == ENC_SEMB_SES) {
if (enc->enc_type == ENC_SEMB_SES) {