Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/ntlm/
Dntlm.c109 static const unsigned char ntlmsigature[8] = "NTLMSSP\x00"; variable
687 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); in heim_ntlm_decode_type1()
784 CHECK_SIZE(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), in heim_ntlm_encode_type1()
785 sizeof(ntlmsigature)); in heim_ntlm_encode_type1()
849 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); in heim_ntlm_decode_type2()
924 CHECK_SIZE(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), in heim_ntlm_encode_type2()
925 sizeof(ntlmsigature)); in heim_ntlm_encode_type2()
1006 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); in heim_ntlm_decode_type3()
1128 CHECK_SIZE(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), in heim_ntlm_encode_type3()
1129 sizeof(ntlmsigature)); in heim_ntlm_encode_type3()