Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentCryptoUtilities.cpp55 const unsigned char* i_pBufferToHash, in HashBuffer() argument
61 FATAL_ASSERT( i_pBufferToHash && (i_iBufferToHashSize > 0) && o_pHashedBuffer ); in HashBuffer()
65 if ( NULL == SHA1( i_pBufferToHash, i_iBufferToHashSize, aDigest ) ) in HashBuffer()
H A DKMSAgentCryptoUtilities.h58 const unsigned char* i_pBufferToHash,