Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c227 int32_t keyId; member
995 pAuthContext->keyId = pAuthKeyIds[ index ]; in populateAuthContextForServer()
1011 pAuthContext->keyId = -1; in populateAuthContextForServer()
1114 if( pAuthContext->keyId != -1 ) in addClientAuthCode()
1137 …* ) pRequestBuffer + SNTP_PACKET_SYMMETRIC_KEY_ID_OFFSET ) = FreeRTOS_htonl( pAuthContext->keyId ); in addClientAuthCode()
1209 if( pAuthContext->keyId != -1 ) in validateServerAuth()

Completed in 11 milliseconds