Home
last modified time | relevance | path

Searched refs:pAESCMACAuthKeys (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c284 static const char * pAESCMACAuthKeys[] = { democonfigLIST_OF_AUTHENTICATION_SYMMETRIC_KEYS }; variable
986 if( ( pAESCMACAuthKeys[ index ] != NULL ) && ( pAuthKeyIds[ index ] != -1 ) ) in populateAuthContextForServer()
988 const char * pKeyHexString = pAESCMACAuthKeys[ index ]; in populateAuthContextForServer()
1513 … configASSERT( numOfServers == ( sizeof( pAESCMACAuthKeys ) / sizeof( pAESCMACAuthKeys[ 0 ] ) ) ); in sntpTask()

Completed in 6 milliseconds