Searched refs:expireTimeMs (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/interfaces/identity/support/src/ |
H A D | IdentityCredentialSupport.cpp | 772 uint64_t expireTimeMs = 0; // Set to same as batch certificate in createEcKeyPairAndAttestation() local 775 pkey.get(), applicationId, challenge, nowMs, expireTimeMs, isTestCredential); in createEcKeyPairAndAttestation() 824 uint64_t expireTimeMs = 0; // Set to same as batch certificate in createAttestationForEcPublicKey() local 827 createAttestation(pkey.get(), applicationId, challenge, nowMs, expireTimeMs, in createAttestationForEcPublicKey()
|