Lines Matching defs:svalue

428     char *svalue;
437 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
438 *param_out = svalue;
575 char *svalue;
728 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
729 if (!krb5_string_to_enctype(svalue, &params.enctype)) {
731 free(svalue);
777 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
778 if (!krb5_string_to_timestamp(svalue, &params.expiration)) {
780 free(svalue);
793 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
796 sp = svalue;
823 free(svalue);
846 svalue = NULL;
848 krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue);
849 if (svalue == NULL)
850 svalue = strdup(KRB5_DEFAULT_SUPPORTED_ENCTYPES);
855 krb5_string_to_keysalts(svalue,
864 free(svalue);
872 svalue = NULL;
876 TRUE, &svalue);
877 if (svalue == NULL) {
918 params.kpasswd_server = svalue;
939 svalue = NULL;
943 TRUE, &svalue);
944 if (svalue != NULL) {
945 if (strcasecmp(svalue, "RPCSEC_GSS") == 0) {
948 } else if (strcasecmp(svalue, "SET_CHANGE") == 0) {
954 if (svalue)
955 krb5_xfree(svalue);
1136 char *svalue;
1182 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1183 rparams->realm_dbname = svalue;
1187 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1188 rparams->realm_kdc_ports = svalue;
1190 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1191 rparams->realm_kdc_tcp_ports = svalue;
1195 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1196 rparams->realm_acl_file = svalue;
1207 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1208 rparams->realm_mkey_name = svalue;
1212 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
1213 if (!krb5_string_to_enctype(svalue, &rparams->realm_enctype))
1215 free(svalue);
1220 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1221 rparams->realm_stash_file = svalue;
1239 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
1240 if (!krb5_string_to_timestamp(svalue,
1243 free(svalue);
1268 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
1271 sp = svalue;
1298 free(svalue);
1307 svalue = NULL;
1308 krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue);
1314 if (svalue == NULL) {
1315 svalue = strdup(KRB5_CONF_SUPPORTED_ENCTYPES);
1317 if (svalue != NULL) {
1319 krb5_string_to_keysalts(svalue,
1325 krb5_xfree(svalue);
1326 svalue = NULL;