Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentChallenge.cpp167 int* const o_piAuthenticationHashIterationCount, in ComputeEntityHashedPassphraseAndAuthenticationSecret() argument
206 *o_piAuthenticationHashIterationCount = 0; in ComputeEntityHashedPassphraseAndAuthenticationSecret()
210 while ( *o_piAuthenticationHashIterationCount < in ComputeEntityHashedPassphraseAndAuthenticationSecret()
212 && ( *o_piAuthenticationHashIterationCount < in ComputeEntityHashedPassphraseAndAuthenticationSecret()
226 (*o_piAuthenticationHashIterationCount)++; in ComputeEntityHashedPassphraseAndAuthenticationSecret()
237 *o_piAuthenticationHashIterationCount, in ComputeEntityHashedPassphraseAndAuthenticationSecret()
H A DKMSAgentChallenge.h85 int* const o_piAuthenticationHashIterationCount,