Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c290 static const int32_t pAuthKeyIds[] = { democonfigLIST_OF_AUTHENTICATION_KEY_IDS }; variable
986 if( ( pAESCMACAuthKeys[ index ] != NULL ) && ( pAuthKeyIds[ index ] != -1 ) ) in populateAuthContextForServer()
995 pAuthContext->keyId = pAuthKeyIds[ index ]; in populateAuthContextForServer()
1514 configASSERT( numOfServers == sizeof( pAuthKeyIds ) / sizeof( pAuthKeyIds[ 0 ] ) ); in sntpTask()

Completed in 6 milliseconds