Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSClientProfile.h205 #define KMS_MAX_HASH_SIZE 20 macro
369 char m_sHexHashedPassphrase[2*KMS_MAX_HASH_SIZE+1];
H A DKMSClientProfile.cpp1246 char sHexHashedPassphrase[2*KMS_MAX_HASH_SIZE+1]; in EnrollAgent()
1264 2*KMS_MAX_HASH_SIZE ); in EnrollAgent()
1265 io_pProfile->m_sHexHashedPassphrase[2*KMS_MAX_HASH_SIZE] = 0; in EnrollAgent()