Struct representing the authentication interface for securely communicating with time servers. More...
#include <core_sntp_client.h>
Data Fields | |
SntpAuthContext_t * | pAuthContext |
The user-defined context for storing information like key credentials required for cryptographic operations in the security mechanism used for communicating with server. | |
SntpGenerateAuthCode_t | generateClientAuth |
The user-defined function for appending client authentication data. | |
SntpValidateServerAuth_t | validateServerAuth |
The user-defined function for authenticating server from its SNTP response. | |
Struct representing the authentication interface for securely communicating with time servers.