prov_pl.h 974 B

123456789101112131415161718192021222324252627282930313233343536
  1. /**
  2. * \file prov_pl.h
  3. *
  4. *
  5. */
  6. /*
  7. * Copyright (C) 2013. Mindtree Limited.
  8. * All rights reserved.
  9. */
  10. #ifndef _H_PROV_PL_
  11. #define _H_PROV_PL_
  12. /* --------------------------------------------- Header File Inclusion */
  13. #include "MS_common.h"
  14. /* --------------------------------------------- Global Definitions */
  15. #define PROV_PUBKEY_SIZE_PL 64
  16. #define PROV_AUTHVAL_SIZE_PL 16
  17. /* --------------------------------------------- Structures/Data Types */
  18. /* --------------------------------------------- Macros */
  19. /* --------------------------------------------- Internal Functions */
  20. /* --------------------------------------------- API Declarations */
  21. void prov_set_device_oob_pubkey_pl(UCHAR * key, UINT16 size);
  22. void prov_set_static_oob_auth_pl(UCHAR * key, UINT16 size);
  23. void prov_read_device_oob_pubkey_pl (UCHAR * key, UINT16 size);
  24. void prov_read_static_oob_auth_pl(UCHAR * key, UINT16 size);
  25. #endif /* _H_PROV_PL_ */