Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c983 pAuthContext->pServer = pServer; in populateAuthContextForServer()
995 pAuthContext->keyId = pAuthKeyIds[ index ]; in populateAuthContextForServer()
1003 pAuthContext->pAuthKey[ index / 2 ] = byteVal; in populateAuthContextForServer()
1010 memset( pAuthContext->pAuthKey, 0, sizeof( pAuthContext->pAuthKey ) ); in populateAuthContextForServer()
1011 pAuthContext->keyId = -1; in populateAuthContextForServer()
1104 …( strncmp( pTimeServer->pServerName, pAuthContext->pServer, strlen( pAuthContext->pServer ) ) != 0… in addClientAuthCode()
1114 if( pAuthContext->keyId != -1 ) in addClientAuthCode()
1120 result = setupPkcs11ObjectForAesCmac( pAuthContext, in addClientAuthCode()
1204 …( strncmp( pTimeServer->pServerName, pAuthContext->pServer, strlen( pAuthContext->pServer ) ) == 0… in validateServerAuth()
1209 if( pAuthContext->keyId != -1 ) in validateServerAuth()
[all …]

Completed in 6 milliseconds