aes.h 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. /*****************************************************************
  2. ******************************************************************
  3. *** ***
  4. *** (C)Copyright 2012, American Megatrends Inc. ***
  5. *** ***
  6. *** All Rights Reserved ***
  7. *** ***
  8. *** 5555 Oakbrook Parkway, Norcross, GA 30093, USA ***
  9. *** ***
  10. *** Phone 770.246.8600 ***
  11. *** ***
  12. ******************************************************************
  13. ******************************************************************
  14. ******************************************************************
  15. *
  16. * Filename: aes.h
  17. *
  18. * Descriptions: Declaration of functions that connect to AES engine
  19. *
  20. *
  21. * Author: Manish Tomar (manisht@ami.com)
  22. *
  23. ******************************************************************/
  24. #ifndef _AES_H
  25. #define _AES_H
  26. #include "IPMI_SEL.h"
  27. int AES_SendEvent(SELEventRecord_T *event);
  28. #endif