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

  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 14 struct auth_map struct
40 struct auth_map *auth_mapper; /* table of currently tracked auth sessions */
  /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)));
374 struct auth_map *tmp = auth_mgr.auth_mapper;
394 TSS_DEFAULT_AUTH_TABLE_SIZE, sizeof(struct auth_map));
400 auth_mgr.auth_mapper_size * sizeof(struct auth_map));

Completed in 25 milliseconds