Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c988 const char * pKeyHexString = pAESCMACAuthKeys[ index ]; in populateAuthContextForServer() local
992 configASSERT( strlen( pKeyHexString ) == 2 * AES_CMAC_AUTHENTICATION_KEY_SIZE ); in populateAuthContextForServer()
999 for( index = 0; index < strlen( pKeyHexString ); index += 2 ) in populateAuthContextForServer()
1001 char byteString[ 3 ] = { pKeyHexString[ index ], pKeyHexString[ index + 1 ], '\0' }; in populateAuthContextForServer()

Completed in 9 milliseconds