OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcsd_options
(Results
1 - 13
of
13
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_evlog.c
42
if (
tcsd_options
.kernel_pcrs & (1 << Event.ulPcrIndex)) {
48
if (
tcsd_options
.firmware_pcrs & (1 << Event.ulPcrIndex)) {
70
if (
tcsd_options
.kernel_pcrs & (1 << PcrIndex)) {
71
source =
tcsd_options
.kernel_log_file;
91
} else if (
tcsd_options
.firmware_pcrs & (1 << PcrIndex)) {
92
source =
tcsd_options
.firmware_log_file;
135
if ((
tcsd_options
.kernel_pcrs & (1 << PcrIndex)) ||
136
(
tcsd_options
.firmware_pcrs & (1 << PcrIndex))) {
186
if (
tcsd_options
.kernel_pcrs & (1 << PcrIndex)) {
187
source =
tcsd_options
.kernel_log_file
[
all
...]
tcs_aik.c
94
path =
tcsd_options
.platform_cred;
97
path =
tcsd_options
.conformance_cred;
100
path =
tcsd_options
.endorsement_cred;
tcsi_pcr.c
50
if (
tcsd_options
.kernel_pcrs & (1 << pcrNum)) {
56
if (
tcsd_options
.firmware_pcrs & (1 << pcrNum)) {
tcs_evlog.c
217
if ((
tcsd_options
.kernel_pcrs & (1 << ppEvents[j].ulPcrIndex)) ||
218
(
tcsd_options
.firmware_pcrs & (1 << ppEvents[j].ulPcrIndex))) {
tcsi_caps.c
28
extern struct tcsd_config
tcsd_options
;
39
struct tcsd_config *config = &
tcsd_options
;
tcs_context.c
229
if (!
tcsd_options
.exclusive_transport)
tcs_auth_mgr.c
142
if (auth_mgr.sleeping_threads == (
tcsd_options
.num_threads - 1)) {
/src/crypto/external/cpl/trousers/dist/src/tcsd/
svrside.c
43
struct tcsd_config
tcsd_options
;
variable in typeref:struct:tcsd_config
85
conf_file_final(&
tcsd_options
);
153
if ((result = conf_file_init(&
tcsd_options
)))
157
conf_file_final(&
tcsd_options
);
162
conf_file_final(&
tcsd_options
);
167
conf_file_final(&
tcsd_options
);
174
conf_file_final(&
tcsd_options
);
180
conf_file_final(&
tcsd_options
);
188
conf_file_final(&
tcsd_options
);
197
conf_file_final(&
tcsd_options
);
[
all
...]
tcsd_conf.c
847
if (stat(
tcsd_options
.system_ps_dir, &stat_buf) == -1) {
850
if (mkdir(
tcsd_options
.system_ps_dir, mode) == -1) {
855
tcsd_options
.system_ps_dir, strerror(errno),
856
tcsd_options
.system_ps_dir);
866
if (stat(
tcsd_options
.system_ps_dir, &stat_buf) == -1) {
867
LogError("stat %s failed: %s",
tcsd_options
.system_ps_dir, strerror(errno));
871
/*
tcsd_options
.system_ps_dir should be a directory with mode equal to mode */
873
LogError("PS dir %s is not a directory! Exiting.",
tcsd_options
.system_ps_dir);
877
LogInfo("resetting mode of %s from %o to: %o",
tcsd_options
.system_ps_dir,
879
if (chmod(
tcsd_options
.system_ps_dir, mode) == -1)
[
all
...]
tcsd_threads.c
73
tm->max_threads =
tcsd_options
.num_threads;
76
tm->thread_data = calloc(
tcsd_options
.num_threads, sizeof(struct tcsd_thread_data));
79
tcsd_options
.num_threads * sizeof(struct tcsd_thread_data));
/src/crypto/external/cpl/trousers/dist/src/include/
tcsd.h
139
extern struct tcsd_config
tcsd_options
;
/src/crypto/external/cpl/trousers/dist/src/tcs/ps/
tcsps.c
75
system_ps_fd = open(
tcsd_options
.system_ps_file, O_CREAT|O_RDWR, 0600);
78
tcsd_options
.system_ps_file, strerror(errno));
85
tcsd_options
.system_ps_file, strerror(errno));
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc.c
557
while (
tcsd_options
.remote_ops[i]) {
558
if ((UINT32)
tcsd_options
.remote_ops[i] == thread_data->comm.hdr.u.ordinal) {
587
if (
tcsd_options
.remote_ops[0] && access_control(data)) {
Completed in 26 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026