OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_mapper
(Results
1 - 2
of
2
) sorted by relevancy
/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));
52
if (auth_mgr.
auth_mapper
== NULL) {
74
free(auth_mgr.
auth_mapper
);
86
if (auth_mgr.
auth_mapper
[i].full == TRUE &&
87
auth_mgr.
auth_mapper
[i].swap == NULL &&
88
auth_mgr.
auth_mapper
[i].tcs_ctx != hContext) {
90
"TPM %x", hContext, auth_mgr.
auth_mapper
[i].tcs_ctx,
91
auth_mgr.
auth_mapper
[i].tpm_handle);
93
if ((result = TPM_SaveAuthContext(auth_mgr.
auth_mapper
[i].tpm_handle,
94
&auth_mgr.
auth_mapper
[i].swap_size
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h
40
struct auth_map *
auth_mapper
; /* table of currently tracked auth sessions */
member in struct:_auth_mgr
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026