OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvIndex
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_nv.c
60
if ((result = obj_nvstore_get_index(hNvstore, &nv_data_public.
nvIndex
)))
77
if (nv_data_public.
nvIndex
== Decode_UINT32(pResult + i * sizeof(UINT32))) {
106
Trspi_LoadBlob_UINT32(&NVPublic_DataSize, nv_data_public.
nvIndex
, NVPublicData);
178
if ((result = obj_nvstore_get_index(hNvstore, &nv_data_public.
nvIndex
)))
195
if (nv_data_public.
nvIndex
== Decode_UINT32(pResult + i * sizeof(UINT32))) {
214
Trspi_LoadBlob_UINT32(&NVPublic_DataSize, nv_data_public.
nvIndex
, NVPublicData);
287
if ((result = obj_nvstore_get_index(hNvstore, &nv_data_public.
nvIndex
)))
307
result |= Trspi_Hash_UINT32(&hashCtx, nv_data_public.
nvIndex
);
322
nv_data_public.
nvIndex
,
339
result |= Trspi_Hash_UINT32(&hashCtx, nv_data_public.
nvIndex
);
[
all
...]
obj_nv.c
104
nvstore->
nvIndex
= index;
123
*index = nvstore->
nvIndex
;
326
if (nvstore->
nvIndex
== Decode_UINT32(pResult + i * sizeof(UINT32))) {
340
sizeof(UINT32), (BYTE *)(&(nvstore->
nvIndex
)),
/src/crypto/external/cpl/trousers/dist/src/include/
obj_nv.h
22
TPM_NV_INDEX
nvIndex
;
33
TPM_NV_INDEX
nvIndex
;
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tpm.h
1224
TPM_NV_INDEX
nvIndex
;
/src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c
2801
Trspi_UnloadBlob_NV_INDEX(offset, blob, &v->
nvIndex
);
Completed in 20 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026