Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/kcm/
Dprotocol.c1239 static struct kcm_ntlm_cred *ntlm_head; variable
1265 for (c = ntlm_head; c != NULL; c = c->next) in find_ntlm_cred()
1311 cred->next = ntlm_head; in kcm_op_add_ntlm_cred()
1312 ntlm_head = cred; in kcm_op_add_ntlm_cred()
1400 for (cp = &ntlm_head; *cp != NULL; cp = &(*cp)->next) { in kcm_op_del_ntlm_cred()
1684 for (c = ntlm_head; c != NULL; c = c->next) { in kcm_op_get_ntlm_user_list()