HomeSort by relevance Sort by last modified time
    Searched refs:authTimeout (Results 1 - 8 of 8) sorted by null

  /external/tpm2/
PolicySecret.c 35 UINT64 authTimeout = 0;
47 authTimeout = expiration * 1000 + session->startTime;
49 result = PolicyParameterChecks(session, authTimeout,
65 &in->cpHashA, authTimeout, session);
84 UINT64_TO_BYTE_ARRAY(authTimeout, out->timeout.t.buffer);
88 authTimeout, &in->cpHashA, &in->policyRef,
PolicySigned.c 40 UINT64 authTimeout = 0;
51 authTimeout = expiration * 1000 + session->startTime;
53 result = PolicyParameterChecks(session, authTimeout,
112 &in->cpHashA, authTimeout, session);
131 UINT64_TO_BYTE_ARRAY(authTimeout, out->timeout.t.buffer);
135 authTimeout, &in->cpHashA, &in->policyRef, &entityName,
Policy_spt_fp.h 18 TPM_RC PolicyParameterChecks(SESSION *session, UINT64 authTimeout,
Policy_spt.c 23 UINT64 authTimeout,
39 // If authTimeout is set (expiration != 0...
40 if(authTimeout != 0)
54 if(authTimeout < go.clock)
  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 167 private Integer authTimeout;
245 authTimeout = Asn1Utils.getIntegerFromAsn1(value);
452 return authTimeout;
542 if (authTimeout != null) {
543 s.append("\nAuth timeout: ").append(authTimeout);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 50 Boolean authTimeout;
eapol_auth_dump.c 143 "authTimeout=%s\n"
162 _SB(sm->authTimeout),
eapol_auth_sm.c 330 sm->authTimeout = FALSE;
340 if (sm->authTimeout)
430 sm->authTimeout)
492 sm->authTimeout = FALSE;
525 sm->authTimeout = TRUE;
    [all...]

Completed in 1073 milliseconds