Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1233 static struct kcm_ntlm_cred *ntlm_head; variable
1259 for (c = ntlm_head; c != NULL; c = c->next) in find_ntlm_cred()
1305 cred->next = ntlm_head; in kcm_op_add_ntlm_cred()
1306 ntlm_head = cred; in kcm_op_add_ntlm_cred()
1394 for (cp = &ntlm_head; *cp != NULL; cp = &(*cp)->next) { in kcm_op_del_ntlm_cred()
1678 for (c = ntlm_head; c != NULL; c = c->next) { in kcm_op_get_ntlm_user_list()