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

  /src/crypto/external/cpl/trousers/dist/src/include/
obj_policy.h 20 UINT32 SecretTimeStamp;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_policy.c 282 policy->SecretCounter = policy->SecretTimeStamp;
291 policy->SecretTimeStamp = t;
637 policy->SecretTimeStamp = 0;
640 /* Both SecretCounter and SecretTimeStamp will receive value. Every time the
642 * called, SecretCounter will get the value stored in SecretTimeStamp */
645 policy->SecretTimeStamp = value;
656 * of seconds we're valid and the SecretTimeStamp var to record the current
660 policy->SecretTimeStamp = t;
823 /* curtime - SecretTimeStamp is the number of seconds elapsed since we started the timer.
826 seconds_elapsed = t - policy->SecretTimeStamp;
    [all...]

Completed in 14 milliseconds