Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.cpp1563 bool bClientAESKeyWrapSetupError = false; in KMSAgent_CreateKey() local
1597 acKWKID, &bClientAESKeyWrapSetupError) ? true : false; in KMSAgent_CreateKey()
1623 if (!bSuccess && !bClientAESKeyWrapSetupError) in KMSAgent_CreateKey()
1641 while (iIndex >= 0 && (!bSuccess) && (!bClientAESKeyWrapSetupError)); in KMSAgent_CreateKey()
1826 bClientAESKeyWrapSetupError ? in KMSAgent_CreateKey()
2315 bool bClientAESKeyWrapSetupError = false; in KMSAgent_RetrieveKey() local
2341 acKWKID, &bClientAESKeyWrapSetupError) ? true : false; in KMSAgent_RetrieveKey()
2369 if (!bSuccess && !bClientAESKeyWrapSetupError) in KMSAgent_RetrieveKey()
2387 while (iIndex >= 0 && (!bSuccess) && (!bClientAESKeyWrapSetupError)); in KMSAgent_RetrieveKey()
2538 bClientAESKeyWrapSetupError ? in KMSAgent_RetrieveKey()
[all …]