Searched refs:auth_mgr (Results 1 – 5 of 5) sorted by relevance
39 memset(&auth_mgr, 0, sizeof(struct _auth_mgr)); in auth_mgr_init()41 auth_mgr.max_auth_sessions = tpm_metrics.num_auths; in auth_mgr_init()43 auth_mgr.overflow = calloc(TSS_DEFAULT_OVERFLOW_AUTHS, sizeof(COND_VAR *)); in auth_mgr_init()44 if (auth_mgr.overflow == NULL) { in auth_mgr_init()49 auth_mgr.overflow_size = TSS_DEFAULT_OVERFLOW_AUTHS; in auth_mgr_init()51 auth_mgr.auth_mapper = calloc(TSS_DEFAULT_AUTH_TABLE_SIZE, sizeof(struct auth_map)); in auth_mgr_init()52 if (auth_mgr.auth_mapper == NULL) { in auth_mgr_init()57 auth_mgr.auth_mapper_size = TSS_DEFAULT_AUTH_TABLE_SIZE; in auth_mgr_init()68 for (i = 0; i < auth_mgr.overflow_size; i++) { in auth_mgr_final()69 if (auth_mgr.overflow[i] != NULL) in auth_mgr_final()[all …]
42 } auth_mgr; variable
29 noinst_HEADERS = auth_mgr.h authsess.h biosem.h capabilities.h \
229 noinst_HEADERS = auth_mgr.h authsess.h biosem.h capabilities.h \
612 - auth_mgr.c: allow a TSP to open a max of max_auths/2916 - follow a failure path in auth_mgr.c