Searched refs:byteString (Results 1 – 1 of 1) sorted by relevance
1001 char byteString[ 3 ] = { pKeyHexString[ index ], pKeyHexString[ index + 1 ], '\0' }; in populateAuthContextForServer() local1002 uint8_t byteVal = ( uint8_t ) ( strtoul( byteString, NULL, 16 ) ); in populateAuthContextForServer()
Completed in 8 milliseconds