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

  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 41 UINT32 auth_mapper_size, overflow_size; member in struct:_auth_mgr
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 57 auth_mgr.auth_mapper_size = TSS_DEFAULT_AUTH_TABLE_SIZE;
85 for (i = 0; i < auth_mgr.auth_mapper_size; i++) {
203 for (i = 0; i < auth_mgr.auth_mapper_size; i++) {
263 for (i = 0; i < auth_mgr.auth_mapper_size; i++) {
319 for (i = 0; i < auth_mgr.auth_mapper_size; i++) {
377 for (i = 0; i < auth_mgr.auth_mapper_size; i++) {
391 auth_mgr.auth_mapper_size + TSS_DEFAULT_AUTH_TABLE_SIZE);
393 auth_mgr.auth_mapper = calloc(auth_mgr.auth_mapper_size +
400 auth_mgr.auth_mapper_size * sizeof(struct auth_map));
401 auth_mgr.auth_mapper_size += TSS_DEFAULT_AUTH_TABLE_SIZE
    [all...]

Completed in 24 milliseconds