Home
last modified time | relevance | path

Searched refs:secondsInOneYear (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp982 uint64_t secondsInOneYear = 365 * 24 * 60 * 60; in createEcKeyPairAndAttestation() local
983 uint64_t expireTimeMs = (now + secondsInOneYear) * 1000; in createEcKeyPairAndAttestation()
1037 uint64_t secondsInOneYear = 365 * 24 * 60 * 60; in createAttestationForEcPublicKey() local
1038 uint64_t expireTimeMs = (now + secondsInOneYear) * 1000; in createAttestationForEcPublicKey()