Home
last modified time | relevance | path

Searched refs:encTypes (Results 1 – 4 of 4) sorted by relevance

/src/crypto/krb5/src/windows/leash/
H A DKrbListTickets.cpp14 if (killList->encTypes) in FreeTicketList()
15 free(killList->encTypes); in FreeTicketList()
153 list->encTypes = (char *)calloc(1, strlen(Buffer)+1); in CredToTicketList()
154 if (!list->encTypes) { in CredToTicketList()
159 strcpy(list->encTypes, Buffer); in CredToTicketList()
H A DLeashView.h202 char *encTypes,
H A DLeashView.cpp941 char *encTypes, in AddDisplayItem() argument
996 list.SetItemText(iItem, iSubItem++, encTypes); in AddDisplayItem()
1213 tempList->encTypes, in OnUpdateDisplay()
/src/crypto/krb5/src/windows/include/
H A Dleashwin.h109 char *encTypes; member