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

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

Completed in 181 milliseconds