123456789101112131415 |
- #ifndef __AUTH_CODE_H__
- #define __AUTH_CODE_H__
- #include <stdint.h>
- #include "com_IPMIDefs.h"
- #include "com_IPMI_RMCP.h"
- void
- ComputeAuthCode ( uint8_t* pPassword, SessionHdr_T* pSessionHdr,
- IPMIMsgHdr_T* pIPMIMsg, uint8_t* pAuthCode,
- uint8_t ChannelType);
- #endif
|