HomeSort by: relevance | last modified time | path
    Searched refs:overflow_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 49 auth_mgr.overflow_size = TSS_DEFAULT_OVERFLOW_AUTHS;
68 for (i = 0; i < auth_mgr.overflow_size; i++) {
115 auth_mgr.of_tail = (auth_mgr.of_tail + 1) % auth_mgr.overflow_size;
150 auth_mgr.of_head = (auth_mgr.of_head + 1) % auth_mgr.overflow_size;
156 } else if (auth_mgr.overflow_size + TSS_DEFAULT_OVERFLOW_AUTHS < UINT_MAX) {
161 auth_mgr.overflow_size + TSS_DEFAULT_OVERFLOW_AUTHS);
163 auth_mgr.overflow = calloc(auth_mgr.overflow_size + TSS_DEFAULT_OVERFLOW_AUTHS,
167 (auth_mgr.overflow_size + TSS_DEFAULT_OVERFLOW_AUTHS) *
172 auth_mgr.overflow_size += TSS_DEFAULT_OVERFLOW_AUTHS;
182 auth_mgr.of_head = (auth_mgr.of_head + 1) % auth_mgr.overflow_size;
    [all...]

Completed in 24 milliseconds