Searched refs:enctype_string (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/admin/
H A Dremove.c54 if(opt->enctype_string) {
55 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype);
58 if(sscanf(opt->enctype_string, "%d", &t) == 1)
61 krb5_warn(context, ret, "%s", opt->enctype_string);
H A Dadd.c71 if(opt->enctype_string == NULL) {
76 opt->enctype_string = buf;
78 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype);
81 if(sscanf(opt->enctype_string, "%d", &t) == 1)
84 krb5_warn(context, ret, "%s", opt->enctype_string);
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkcc.c94 k.enctype_string = opt->enctype_string;
H A Dcopy_cred_cache.c104 if (opt->enctype_string) {
106 ret = krb5_string_to_enctype(kcc_context, opt->enctype_string, &enctype);
108 krb5_err(kcc_context, 1, ret, "%s", opt->enctype_string);
H A Dkimpersonate.c47 static char *enctype_string = NULL; variable
284 { "enc-type", 't', arg_string, &enctype_string,
329 if (enctype_string)
330 enc_type = enctype_string;
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dstash.c54 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype);
56 krb5_warn(context, ret, "%s", opt->enctype_string);
/macosx-10.10.1/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.pm364 =item o enctype_string()
H A DKrb5.xs726 enctype_string(kb)
/macosx-10.10.1/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.pm397 =item o enctype_string()
H A DKrb5.xs838 enctype_string(kb)

Completed in 179 milliseconds