Searched refs:KCRED_TO_CRED (Results 1 – 3 of 3) sorted by relevance
495 gssd_input_cred_handle = KCRED_TO_CRED(input_cred_handle);880 gssd_cl_cred_handle = KCRED_TO_CRED(claimant_cred_handle); in kgss_init_sec_context()1155 gssd_ver_cred_handle = KCRED_TO_CRED(verifier_cred_handle); in kgss_accept_sec_context()2343 gssd_cred_handle = KCRED_TO_CRED(cred_handle);2435 gssd_cred_handle = KCRED_TO_CRED(cred_handle);
454 gssd_input_cred_handle = KCRED_TO_CRED(input_cred_handle);807 KCRED_TO_CRED(claimant_cred_handle); in kgss_init_sec_context()1063 KCRED_TO_CRED(verifier_cred_handle); in kgss_accept_sec_context()1976 gssd_cred_handle = KCRED_TO_CRED(cred_handle);2072 gssd_cred_handle = KCRED_TO_CRED(cred_handle);
701 #define KCRED_TO_CRED(cred) (KCRED_TO_KGSS_CRED(cred)->gssd_cred) macro