Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_pcrs.h29 TSS_BOOL obj_is_pcrs(TSS_HOBJECT);
57 #define obj_is_pcrs(a) FALSE macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_getset.c291 if (obj_is_hash(hObject) || obj_is_pcrs(hObject)) in Tspi_SetAttribUint32()
642 if (obj_is_hash(hObject) || obj_is_pcrs(hObject)) in Tspi_GetAttribUint32()
854 if (obj_is_pcrs(hObject) || obj_is_context(hObject)) in Tspi_SetAttribData()
1160 if (obj_is_hash(hObject) || obj_is_pcrs(hObject)) in Tspi_GetAttribData()
H A Dtspi_policy.c54 obj_is_pcrs(hObject) || obj_is_context(hObject)) in Tspi_GetPolicyObject()
H A Dtspi_quote.c57 if (hPcrComposite && !obj_is_pcrs(hPcrComposite)) in Tspi_TPM_Quote()
H A Dtspi_context.c344 if (obj_is_pcrs(hObject)) { in Tspi_Context_CloseObject()
H A Dtspi_quote2.c59 if ((hPcrComposite) && !obj_is_pcrs(hPcrComposite)) in Tspi_TPM_Quote2()
H A Dtspi_changeauth.c71 obj_is_pcrs(hObjectToChange) || obj_is_context(hObjectToChange)) { in Tspi_ChangeAuth()
H A Dobj_pcrs.c104 obj_is_pcrs(TSS_HOBJECT hObject) in obj_is_pcrs() function