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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_policy.c 282 policy->SecretCounter = policy->SecretTimeStamp;
635 policy->SecretCounter = 0;
640 /* Both SecretCounter and SecretTimeStamp will receive value. Every time the
641 * policy is used, SecretCounter will be decremented. Each time SetSecret is
642 * called, SecretCounter will get the value stored in SecretTimeStamp */
643 policy->SecretCounter = value;
655 /* For mode time, we'll use the SecretCounter variable to hold the number
658 policy->SecretCounter = value;
702 *counter = policy->SecretCounter;
722 /* Only decrement if SecretCounter > 0, otherwise it could loop and become valid again *
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_policy.h 19 UINT32 SecretCounter;

Completed in 23 milliseconds