Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.h735 utf8cstr const i_pAgentID,
H A DKMSAgent.cpp1086 utf8cstr const i_pAgentID, in KMSAgent_LoadProfile() argument
1139 if ((i_pAgentID && !i_pPassphrase) || (i_pPassphrase && !i_pAgentID)) in KMSAgent_LoadProfile()
1148 if (i_pAgentID && (strlen(i_pAgentID) <= 0)) in KMSAgent_LoadProfile()
1202 i_pAgentID, in KMSAgent_LoadProfile()
1220 bool bEnrolling = i_pAgentID && i_pPassphrase; in KMSAgent_LoadProfile()