AuthCode.h 335 B

123456789101112131415
  1. #ifndef __AUTH_CODE_H__
  2. #define __AUTH_CODE_H__
  3. #include <stdint.h>
  4. #include "com_IPMIDefs.h"
  5. #include "com_IPMI_RMCP.h"
  6. void
  7. ComputeAuthCode ( uint8_t* pPassword, SessionHdr_T* pSessionHdr,
  8. IPMIMsgHdr_T* pIPMIMsg, uint8_t* pAuthCode,
  9. uint8_t ChannelType);
  10. #endif