Searched refs:nprincs (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | do_tgs_req.c | 79 int nprincs = 0; in process_tgs_req() local 162 nprincs = 1; in process_tgs_req() 164 &nprincs, &more))) { in process_tgs_req() 166 nprincs = 0; in process_tgs_req() 174 } else if (nprincs != 1) { in process_tgs_req() 188 krb5_db_free_principal(kdc_context, &server, nprincs); in process_tgs_req() 189 find_alternate_tgs(request, &server, &more, &nprincs, in process_tgs_req() 196 krb5_db_free_principal(kdc_context, &server, nprincs); in process_tgs_req() 752 if (nprincs) in process_tgs_req() 811 krb5_boolean *more, int *nprincs, in find_alternate_tgs() argument [all …]
|
H A D | kdc_util.c | 391 int nprincs; in kdc_get_server_key() local 394 nprincs = 1; in kdc_get_server_key() 397 &server, &nprincs, in kdc_get_server_key() 402 krb5_db_free_principal(kdc_context, &server, nprincs); in kdc_get_server_key() 404 } else if (nprincs != 1) { in kdc_get_server_key() 407 krb5_db_free_principal(kdc_context, &server, nprincs); in kdc_get_server_key() 433 krb5_db_free_principal(kdc_context, &server, nprincs); in kdc_get_server_key()
|
/titanic_41/usr/src/lib/krb5/kadm5/srv/ |
H A D | server_kdb.c | 248 int nprincs; in kdb_get_entry() local 253 ret = krb5_db_get_principal(handle->context, principal, kdb, &nprincs, in kdb_get_entry() 259 krb5_db_free_principal(handle->context, kdb, nprincs); in kdb_get_entry() 261 } else if (nprincs != 1) { in kdb_get_entry() 262 krb5_db_free_principal(handle->context, kdb, nprincs); in kdb_get_entry()
|
/titanic_41/usr/src/lib/krb5/kdb/ |
H A D | kdb_convert.c | 294 int i, j, k, cnt, final, nattrs, tmpint, nprincs; in ulog_conv_2logentry() local 312 nprincs = nattrs = tmpint = 0; in ulog_conv_2logentry() 332 &nprincs, &more))) { in ulog_conv_2logentry() 337 if (nprincs == 0) { in ulog_conv_2logentry() 358 krb5_db_free_principal(context, &curr, nprincs); in ulog_conv_2logentry() 616 int i, j, cnt = 0, mod_time = 0, nattrs, nprincs = 0; in ulog_conv_2dbentry() local 649 ret = krb5_db_get_principal(context, dbprinc, ent, &nprincs, in ulog_conv_2dbentry() 658 if (nprincs == 0) in ulog_conv_2dbentry() 702 if (nprincs) in ulog_conv_2dbentry() 709 if (nprincs != 0) in ulog_conv_2dbentry() [all …]
|