OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nMagicWord
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c
57
uint32_t
nMagicWord
;
91
if ((pSession == NULL) || (pSession->
nMagicWord
!= MTC_SESSION_MAGIC))
189
pSession->
nMagicWord
= MTC_SESSION_MAGIC;
247
if ((pSession == NULL) || (pSession->
nMagicWord
!= MTC_SESSION_MAGIC))
pkcs11_internal.h
87
uint32_t
nMagicWord
;
Completed in 24 milliseconds