Home
last modified time | relevance | path

Searched refs:HASH_LENGTH (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentChallenge.cpp180 unsigned char aHashedPassphrase[HASH_LENGTH]; in ComputeEntityHashedPassphraseAndAuthenticationSecret()
182 memset(aHashedPassphrase, 0, HASH_LENGTH); in ComputeEntityHashedPassphraseAndAuthenticationSecret()
197 HASH_LENGTH ); in ComputeEntityHashedPassphraseAndAuthenticationSecret()
220 HASH_LENGTH, in ComputeEntityHashedPassphraseAndAuthenticationSecret()
230 aHashedPassphrase, HASH_LENGTH ); in ComputeEntityHashedPassphraseAndAuthenticationSecret()
273 unsigned char aHashedPassphrase[HASH_LENGTH]; in ComputeFixedEntityHashedPassphraseAndAuthenticationSecret()
275 memset(aHashedPassphrase, 0, HASH_LENGTH); in ComputeFixedEntityHashedPassphraseAndAuthenticationSecret()
289 aHashedPassphrase, HASH_LENGTH ); in ComputeFixedEntityHashedPassphraseAndAuthenticationSecret()
296 HASH_LENGTH, in ComputeFixedEntityHashedPassphraseAndAuthenticationSecret()
304 aHashedPassphrase, HASH_LENGTH ); in ComputeFixedEntityHashedPassphraseAndAuthenticationSecret()
H A DKMSAgentCryptoUtilities.cpp60 FATAL_ASSERT( HASH_LENGTH == SHA_DIGEST_LENGTH ); in HashBuffer()
63 unsigned char aDigest[HASH_LENGTH]; in HashBuffer()
70 memcpy( o_pHashedBuffer, aDigest, HASH_LENGTH ); in HashBuffer()
H A DKMSAgentCryptoUtilities.h37 #define HASH_LENGTH 20 macro
H A DKMSClientProfile.cpp722 char sHexAuthenticationSecret[2*HASH_LENGTH+1]; in KMSClient_RetrieveEntityCertificate()