/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*

                       Authhat subModule Main Header

GENERAL DESCRIPTION
 Interface of "BioMetric subModule Main function"

*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*/

#ifndef __sec_main_h__
#define __sec_main_h__

#include <comdef.h>
#include "authhat_protocol.h"

extern int32_t authhat_pre_enroll(UINT32 tz_type, uint64_t* challenge, UINT8* encryptedChallenge, UINT32* encryptedChallengeLen);

#endif /* __sec_main_h__ */

