OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_pcrs
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_pcr.c
101
UINT16
num_pcrs
, bytes_to_hold;
local
103
if ((
num_pcrs
= get_num_pcrs(tspContext)) == 0)
106
bytes_to_hold =
num_pcrs
/ 8;
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_evlog.c
46
tcs_event_log->lists = calloc(tpm_metrics.
num_pcrs
, sizeof(struct event_wrapper *));
49
tpm_metrics.
num_pcrs
* sizeof(struct event_wrapper *));
70
for (i = 0; i < tpm_metrics.
num_pcrs
; i++) {
tcsi_pcr.c
46
/* PCRs are numbered 0 - (
NUM_PCRS
- 1), thus the >= */
47
if (pcrNum >= tpm_metrics.
num_pcrs
)
92
/* PCRs are numbered 0 - (
NUM_PCRS
- 1), thus the >= */
93
if (pcrNum >= tpm_metrics.
num_pcrs
)
tcsi_evlog.c
39
if(Event.ulPcrIndex >= tpm_metrics.
num_pcrs
)
131
if(PcrIndex >= tpm_metrics.
num_pcrs
)
248
if (PcrIndex >= tpm_metrics.
num_pcrs
)
338
for (i = 0; i < tpm_metrics.
num_pcrs
; i++) {
tcs_caps.c
169
&p->
num_pcrs
)))
/src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h
40
UINT32
num_pcrs
;
member in struct:tpm_properties
Completed in 17 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026