Searched refs:HASH_LENGTH (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/lib/libkmsagent/common/ |
| H A D | KMSAgentChallenge.cpp | 180 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 D | KMSAgentCryptoUtilities.cpp | 60 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 D | KMSAgentCryptoUtilities.h | 37 #define HASH_LENGTH 20 macro
|
| H A D | KMSClientProfile.cpp | 722 char sHexAuthenticationSecret[2*HASH_LENGTH+1]; in KMSClient_RetrieveEntityCertificate()
|