Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/ntlm/
HDntlm.c104 static const unsigned char ntlmsigature[8] = "NTLMSSP\x00"; variable
548 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); in heim_ntlm_decode_type1()
634 CHECK(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), in heim_ntlm_encode_type1()
635 sizeof(ntlmsigature)); in heim_ntlm_encode_type1()
699 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); in heim_ntlm_decode_type2()
774 CHECK(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), in heim_ntlm_encode_type2()
775 sizeof(ntlmsigature)); in heim_ntlm_encode_type2()
857 CHECK(memcmp(ntlmsigature, sig, sizeof(ntlmsigature)), 0); in heim_ntlm_decode_type3()
972 CHECK(krb5_storage_write(out, ntlmsigature, sizeof(ntlmsigature)), in heim_ntlm_encode_type3()
973 sizeof(ntlmsigature)); in heim_ntlm_encode_type3()