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

/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c122 unsigned char sigature[12]; local
128 encode_le_uint32(0, &sigature[0]);
129 encode_le_uint32(crc, &sigature[4]);
130 encode_le_uint32(seq, &sigature[8]);
133 RC4(signkey, sizeof(sigature), sigature, out + 4);
320 unsigned char *sigature; local
322 sigature = message_token->value;
324 encode_le_uint32(1, &sigature[0]); /* version */
325 encode_le_uint32(0, &sigature[
375 unsigned char sigature[12]; local
[all...]

Completed in 93 milliseconds