/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_certify.c | 68 if ((result = ensureKeyIsLoaded(hContext, certHandle, &certKeySlot))) in TCSP_CertifyKey_Internal() 71 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_CertifyKey_Internal()
|
H A D | tcsi_transport.c | 64 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 D | tcsi_seal.c | 58 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_Seal_Internal() 122 if ((result = ensureKeyIsLoaded(hContext, parentHandle, &keySlot))) in TCSP_Unseal_Internal()
|
H A D | tcsi_migration.c | 63 if ((result = ensureKeyIsLoaded(hContext, parentHandle, &keyHandle))) in TCSP_CreateMigrationBlob_Internal() 129 if ((result = ensureKeyIsLoaded(hContext, parentHandle, &keySlot))) in TCSP_ConvertMigrationBlob_Internal()
|
H A D | tcsi_changeauth.c | 60 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 D | tcsi_bind.c | 58 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_UnBind_Internal()
|
H A D | tcsi_sign.c | 58 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_Sign_Internal()
|
H A D | tcsi_quote.c | 61 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_Quote_Internal()
|
H A D | tcsi_quote2.c | 65 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_Quote2_Internal()
|
H A D | tcsi_delegate.c | 94 if ((result = ensureKeyIsLoaded(hContext, hKey, &keySlot))) in TCSP_Delegate_CreateKeyDelegation_Internal() 337 if (ensureKeyIsLoaded(hContext, keyHandle, &tpmKeyHandle)) in TCSP_DSAP_Internal()
|
H A D | tcsi_selftest.c | 80 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_CertifySelfTest_Internal()
|
H A D | tcsi_tick.c | 80 if ((result = ensureKeyIsLoaded(hContext, hKey, &keySlot))) in TCSP_TickStampBlob_Internal()
|
H A D | tcsi_audit.c | 136 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) in TCSP_GetAuditDigestSigned_Internal()
|
H A D | tcsi_aik.c | 125 if ((result = ensureKeyIsLoaded(hContext, idKey, &keySlot))) in TCSP_ActivateTPMIdentity_Internal()
|
H A D | tcsi_key.c | 249 if (ensureKeyIsLoaded(hContext, hKey, &keySlot)) { in TCSP_GetPubKey_Internal()
|
H A D | tcsi_admin.c | 394 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot))) { in TCSP_SetRedirection_Internal()
|
H A D | tcs_auth_mgr.c | 478 if (ensureKeyIsLoaded(hContext, entityValue, &newEntValue)) in auth_mgr_osap()
|
H A D | tcs_key_mem_cache.c | 154 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 D | tcs_utils.h | 166 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 D | ChangeLog | 326 auth_mgr_lock before calling ensureKeyIsLoaded, which took the
|