HomeSort by relevance Sort by last modified time
    Searched refs:sSecondarySessionTable (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_internal.h 112 LIB_OBJECT_TABLE_HANDLE16 sSecondarySessionTable;
pkcs11_session.c 97 pSession->sSecondarySessionTable.pRoot = NULL_PTR;
242 bResult = libObjectHandle16Add(&pSession->sSecondarySessionTable,
284 libObjectHandle16Remove(&pSession->sSecondarySessionTable,&pSecondarySession->sSecondarySessionNode);
337 pObject = libObjectHandle16RemoveOne(&pSession->sSecondarySessionTable);
350 pObject = libObjectHandle16RemoveOne(&pSession->sSecondarySessionTable);
386 libObjectHandle16Remove(&pSecSession->pPrimarySession->sSecondarySessionTable, &pSecSession->sSecondarySessionNode);

Completed in 469 milliseconds