Searched refs:kCertValidSeconds (Results 1 – 4 of 4) sorted by relevance
32 constexpr const uint32_t kCertValidSeconds = 30 * (60 * 60 * 24); // 30 days variable40 RpcAuthSelfSigned(uint32_t validSeconds = kCertValidSeconds) : mValidSeconds(validSeconds) {} in mValidSeconds()
70 auto cert = makeSelfSignedCert(pkey.get(), kCertValidSeconds); in TEST_P()100 auto cert = makeSelfSignedCert(deserializedPkey.get(), kCertValidSeconds); in TEST_P()
134 auto cert = android::makeSelfSignedCert(pkey.get(), android::kCertValidSeconds); in makeFactoryTls()
2052 auto cert = makeSelfSignedCert(pkey.get(), kCertValidSeconds); in TEST_P()