Searched refs:cr_principal (Results 1 – 5 of 5) sorted by relevance
32 char *cr_principal; member41 cred->cr_principal = NULL; in init_svc_cred()51 kfree(cred->cr_principal); in free_svc_cred()
355 data->creds.cr_principal = in gssp_accept_sec_context_upcall()357 gssp_hostbased_service(&data->creds.cr_principal); in gssp_accept_sec_context_upcall()
565 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL); in rsc_parse() 566 if (!rsci.cred.cr_principal) { in rsc_parse()
201 svc->cr_principal = NULL; in svcauth_map_clnt_to_svc_cred_local()
2711 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL); in nfsd4_mach_creds_match() 2715 if ((source->cr_principal && !target->cr_principal) || in nfsd4_mach_creds_match() 2770 * established using gss: in theory cr_principal should catch that in find_stateid_by_type() 2771 * change, but in practice cr_principal can be null even in the gss case in find_stateid_by_type() 2790 if (cr1->cr_principal == cr2->cr_principal) in seq_quote_mem() 2792 if (!cr1->cr_principal || !cr2->cr_principal)[all...]