HomeSort by: relevance | last modified time | path
    Searched refs:auth_mgr (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 25 #include "auth_mgr.h"
32 * mem_cache_lock cannot be taken without risking a deadlock. So, the auth_mgr
39 memset(&auth_mgr, 0, sizeof(struct _auth_mgr));
41 auth_mgr.max_auth_sessions = tpm_metrics.num_auths;
43 auth_mgr.overflow = calloc(TSS_DEFAULT_OVERFLOW_AUTHS, sizeof(COND_VAR *));
44 if (auth_mgr.overflow == NULL) {
49 auth_mgr.overflow_size = TSS_DEFAULT_OVERFLOW_AUTHS;
51 auth_mgr.auth_mapper = calloc(TSS_DEFAULT_AUTH_TABLE_SIZE, sizeof(struct auth_map));
52 if (auth_mgr.auth_mapper == NULL) {
57 auth_mgr.auth_mapper_size = TSS_DEFAULT_AUTH_TABLE_SIZE
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 42 } auth_mgr; variable in typeref:struct:_auth_mgr

Completed in 20 milliseconds