Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_certify.c68 if ((result = ensureKeyIsLoaded(hContext, certHandle, &certKeySlot))) in TCSP_CertifyKey_Internal()
71 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_CertifyKey_Internal()
H A Dtcsi_transport.c64 if ((result = ensureKeyIsLoaded(hContext, hEncKey, &keySlot))) in TCSP_EstablishTransport_Internal()
249 if (ensureKeyIsLoaded(hContext, entityValue, &newEntValue)) in TCSP_ExecuteTransport_Internal()
275 if (ensureKeyIsLoaded(hContext, keyHandle, &tpmKeyHandle)) { in TCSP_ExecuteTransport_Internal()
452 if ((result = ensureKeyIsLoaded(hContext, hSignatureKey, &keySlot))) in TCSP_ReleaseTransportSigned_Internal()
H A Dtcsi_seal.c58 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_Seal_Internal()
122 if ((result = ensureKeyIsLoaded(hContext, parentHandle, &keySlot))) in TCSP_Unseal_Internal()
H A Dtcsi_migration.c63 if ((result = ensureKeyIsLoaded(hContext, parentHandle, &keyHandle))) in TCSP_CreateMigrationBlob_Internal()
129 if ((result = ensureKeyIsLoaded(hContext, parentHandle, &keySlot))) in TCSP_ConvertMigrationBlob_Internal()
H A Dtcsi_changeauth.c60 if ((result = ensureKeyIsLoaded(contextHandle, parentHandle, &keySlot))) in TCSP_ChangeAuth_Internal()
183 if ((result = ensureKeyIsLoaded(hContext, idHandle, &keySlot))) in TCSP_ChangeAuthAsymStart_Internal()
310 if ((result = ensureKeyIsLoaded(hContext, parentHandle, &keySlot))) in TCSP_ChangeAuthAsymFinish_Internal()
H A Dtcsi_bind.c58 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_UnBind_Internal()
H A Dtcsi_sign.c58 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_Sign_Internal()
H A Dtcsi_quote.c61 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_Quote_Internal()
H A Dtcsi_quote2.c65 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_Quote2_Internal()
H A Dtcsi_delegate.c94 if ((result = ensureKeyIsLoaded(hContext, hKey, &keySlot))) in TCSP_Delegate_CreateKeyDelegation_Internal()
337 if (ensureKeyIsLoaded(hContext, keyHandle, &tpmKeyHandle)) in TCSP_DSAP_Internal()
H A Dtcsi_selftest.c80 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_CertifySelfTest_Internal()
H A Dtcsi_tick.c80 if ((result = ensureKeyIsLoaded(hContext, hKey, &keySlot))) in TCSP_TickStampBlob_Internal()
H A Dtcsi_audit.c136 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_GetAuditDigestSigned_Internal()
H A Dtcsi_aik.c125 if ((result = ensureKeyIsLoaded(hContext, idKey, &keySlot))) in TCSP_ActivateTPMIdentity_Internal()
H A Dtcsi_key.c249 if (ensureKeyIsLoaded(hContext, hKey, &keySlot)) { in TCSP_GetPubKey_Internal()
H A Dtcsi_admin.c394 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) { in TCSP_SetRedirection_Internal()
H A Dtcs_auth_mgr.c478 if (ensureKeyIsLoaded(hContext, entityValue, &newEntValue)) in auth_mgr_osap()
H A Dtcs_key_mem_cache.c154 ensureKeyIsLoaded(TCS_CONTEXT_HANDLE hContext, TCS_KEY_HANDLE keyHandle, TCPA_KEY_HANDLE * keySlot) in ensureKeyIsLoaded() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h166 TSS_RESULT ensureKeyIsLoaded(TCS_CONTEXT_HANDLE, TCS_KEY_HANDLE, TCPA_KEY_HANDLE *);
170 #define ensureKeyIsLoaded(...) (1 /* XXX non-zero return will indicate failure */) macro
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DChangeLog326 auth_mgr_lock before calling ensureKeyIsLoaded, which took the