Searched refs:iHexLen (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentStringUtilities.cpp122 int iHexLen = i_sHexString ? strlen(i_sHexString) : 0; local
123 FATAL_ASSERT( (iHexLen % 2) == 0 ); // to be valid, the hex string must have an even number of characters
127 return ( iHexLen / 2 );
130 if ( iHexLen <= 0 )
137 for ( int i = 0; i < iHexLen; i++)
166 return ( iHexLen / 2 );

Completed in 47 milliseconds