Searched refs:sigature (Results 1 – 2 of 2) sorted by relevance
122 unsigned char sigature[12]; in v1_sign_message() local128 encode_le_uint32(0, &sigature[0]); in v1_sign_message()129 encode_le_uint32(crc, &sigature[4]); in v1_sign_message()130 encode_le_uint32(seq, &sigature[8]); in v1_sign_message()133 RC4(signkey, sizeof(sigature), sigature, out + 4); in v1_sign_message()320 unsigned char *sigature; in _gss_ntlm_get_mic() local322 sigature = message_token->value; in _gss_ntlm_get_mic()324 encode_le_uint32(1, &sigature[0]); /* version */ in _gss_ntlm_get_mic()325 encode_le_uint32(0, &sigature[4]); in _gss_ntlm_get_mic()326 encode_le_uint32(0, &sigature[8]); in _gss_ntlm_get_mic()[all …]
1024 * kdc/krb5tgs.c: Adapt to the new sigature of _kdc_find_keys().