OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPrimarySession
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_internal.h
131
PKCS11_PRIMARY_SESSION_CONTEXT*
pPrimarySession
;
pkcs11_session.c
239
pSecondarySession->
pPrimarySession
= pSession;
369
hSession = pSecSession->
pPrimarySession
->hCryptoSession;
370
pSession = (PPKCS11_PRIMARY_SESSION_CONTEXT)(pSecSession->
pPrimarySession
);
386
libObjectHandle16Remove(&pSecSession->
pPrimarySession
->sSecondarySessionTable, &pSecSession->sSecondarySessionNode);
pkcs11_global.c
151
pSession = pSecSession->
pPrimarySession
;
pkcs11_object.c
88
*phSession = pSecSession->
pPrimarySession
->hCryptoSession;
90
*ppSession = pSecSession->
pPrimarySession
;
[
all
...]
Completed in 49 milliseconds