Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-esys/api/
DEsys_StartAuthSession.c199 RSRC_NODE_T *bindNode; in Esys_StartAuthSession_Async() local
220 r = esys_GetResourceObject(esysContext, bind, &bindNode); in Esys_StartAuthSession_Async()
244 (bindNode == NULL) ? TPM2_RH_NULL in Esys_StartAuthSession_Async()
245 : bindNode->rsrc.handle, nonceCaller, in Esys_StartAuthSession_Async()
270 bindNode ? bindNode : &none, NULL, &auths); in Esys_StartAuthSession_Async()
423 RSRC_NODE_T *bindNode; in Esys_StartAuthSession_Finish() local
424 r = esys_GetResourceObject(esysContext, bind, &bindNode); in Esys_StartAuthSession_Finish()
452 if (bind != ESYS_TR_NONE && bindNode != NULL) in Esys_StartAuthSession_Finish()
453 secret_size += bindNode->auth.size; in Esys_StartAuthSession_Finish()
463 if (bind != ESYS_TR_NONE && bindNode != NULL in Esys_StartAuthSession_Finish()
[all …]
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.h82 CXFA_Node* bindNode);
Dcfxjse_engine.cpp604 CXFA_Node* bindNode) { in ResolveObjects() argument
620 pNodeHelper->SetCreateNodeType(bindNode); in ResolveObjects()