OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSS_DEFAULT_AUTH_TABLE_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h
29
#define
TSS_DEFAULT_AUTH_TABLE_SIZE
16
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c
51
auth_mgr.auth_mapper = calloc(
TSS_DEFAULT_AUTH_TABLE_SIZE
, sizeof(struct auth_map));
54
(
TSS_DEFAULT_AUTH_TABLE_SIZE
* sizeof(struct auth_map)));
57
auth_mgr.auth_mapper_size =
TSS_DEFAULT_AUTH_TABLE_SIZE
;
391
auth_mgr.auth_mapper_size +
TSS_DEFAULT_AUTH_TABLE_SIZE
);
394
TSS_DEFAULT_AUTH_TABLE_SIZE
, sizeof(struct auth_map));
401
auth_mgr.auth_mapper_size +=
TSS_DEFAULT_AUTH_TABLE_SIZE
;
Completed in 53 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026