ntlmsigature 103 source4/heimdal/lib/ntlm/ntlm.c static const unsigned char ntlmsigature[8] = "NTLMSSP\x00"; ntlmsigature 423 source4/heimdal/lib/ntlm/ntlm.c CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); ntlmsigature 501 source4/heimdal/lib/ntlm/ntlm.c CHECK(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), ntlmsigature 502 source4/heimdal/lib/ntlm/ntlm.c sizeof(ntlmsigature)); ntlmsigature 568 source4/heimdal/lib/ntlm/ntlm.c CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); ntlmsigature 642 source4/heimdal/lib/ntlm/ntlm.c CHECK(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), ntlmsigature 643 source4/heimdal/lib/ntlm/ntlm.c sizeof(ntlmsigature)); ntlmsigature 724 source4/heimdal/lib/ntlm/ntlm.c CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); ntlmsigature 828 source4/heimdal/lib/ntlm/ntlm.c CHECK(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), ntlmsigature 829 source4/heimdal/lib/ntlm/ntlm.c sizeof(ntlmsigature));