Lines Matching defs:options

47  creds->server, (realm is taken from creds->client), with options
48 options, and using creds->times.starttime, creds->times.endtime,
525 const krb5_flags options,
585 request.kdc_options = options;
989 krb5_gic_opt_ext *options,
1049 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_FORWARDABLE))
1050 tempint = options->forwardable;
1062 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_PROXIABLE))
1063 tempint = options->proxiable;
1084 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_TKT_LIFE)) {
1085 tkt_life = options->tkt_life;
1102 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_RENEW_LIFE)) {
1103 renew_life = options->renew_life;
1173 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_ETYPE_LIST)) {
1174 request.ktype = options->etype_list;
1175 request.nktypes = options->etype_list_length;
1187 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_ADDRESS_LIST)) {
1188 request.addresses = options->address_list;
1214 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_PREAUTH_LIST)) {
1215 if ((ret = make_preauth_list(context, options->preauth_list,
1216 options->preauth_list_length,
1224 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_SALT)) {
1225 salt = *options->salt;
1242 krb5_preauth_prepare_request(context, options, &request);
1266 &get_data_rock, options)))
1284 &get_data_rock, options);
1387 &get_data_rock, options)))
1545 (!(options && (options->flags & KRB5_GET_INIT_CREDS_OPT_ETYPE_LIST))))
1548 (!(options &&
1549 (options->flags & KRB5_GET_INIT_CREDS_OPT_ADDRESS_LIST))))
1560 (!(options && (options->flags & KRB5_GET_INIT_CREDS_OPT_SALT))))