summaryrefslogtreecommitdiff
path: root/digital/beacon/src/Bitcloud_stack/Components/Security/ServiceProvider/include/private/sspChallengeGenHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/Security/ServiceProvider/include/private/sspChallengeGenHandler.h')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/Security/ServiceProvider/include/private/sspChallengeGenHandler.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/Security/ServiceProvider/include/private/sspChallengeGenHandler.h b/digital/beacon/src/Bitcloud_stack/Components/Security/ServiceProvider/include/private/sspChallengeGenHandler.h
deleted file mode 100644
index a245e581..00000000
--- a/digital/beacon/src/Bitcloud_stack/Components/Security/ServiceProvider/include/private/sspChallengeGenHandler.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/**************************************************************************//**
- \file sspChallengeGenHandler.h
-
- \brief Challenge generator handler header file.
-
- \author
- Atmel Corporation: http://www.atmel.com \n
- Support email: avr@atmel.com
-
- Copyright (c) 2008-2011, Atmel Corporation. All rights reserved.
- Licensed under Atmel's Limited License Agreement (BitCloudTM).
-
- \internal
- History:
- 17/12/07 ALuzhetsky - Created.
-******************************************************************************/
-#ifndef _SSPCHALLENGEGENHANDLER_H
-#define _SSPCHALLENGEGENHANDLER_H
-
-/******************************************************************************
- Includes section.
-******************************************************************************/
-
-/******************************************************************************
- Definition section.
-******************************************************************************/
-
-/******************************************************************************
- Prototypes section.
-******************************************************************************/
-/*******************************************************************************
- Resets Security Service Provider entity.
- Parameters:
- challenge - pointer to the memory for saving generated challenge.
- Return:
- none.
-********************************************************************************/
-void sspGenerateChallengeHandler(uint8_t challenge[/*CHALLENGE_SEQUENCE_SIZE*/]);
-#endif //_SSPCHALLENGEGENHANDLER_H
-
-// eof sspChallengeGenHandler.h
-