Searched refs:pKeyHexString (Results 1 – 1 of 1) sorted by relevance
988 const char * pKeyHexString = pAESCMACAuthKeys[ index ]; in populateAuthContextForServer() local992 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