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

/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentCryptoUtilities.cpp105 unsigned int iHMACSize = HMAC_LENGTH; local
107 HMAC_Final( &stContext, o_pHMACBuffer, &iHMACSize );
109 FATAL_ASSERT( iHMACSize == HMAC_LENGTH );

Completed in 101 milliseconds