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

/linux-master/fs/smb/server/
H A Dasn1.c24 #define NTLMSSP_OID_LEN 10 macro
26 static char NTLMSSP_OID_STR[NTLMSSP_OID_LEN] = { 0x2b, 0x06, 0x01, 0x04, 0x01,
99 int oid_len = 4 + compute_asn_hdr_len_bytes(NTLMSSP_OID_LEN) * 2 +
100 NTLMSSP_OID_LEN;
120 encode_asn_tag(buf, &ofs, 0xa1, 0x06, NTLMSSP_OID_LEN);
121 memcpy(buf + ofs, NTLMSSP_OID_STR, NTLMSSP_OID_LEN);
122 ofs += NTLMSSP_OID_LEN;

Completed in 78 milliseconds