Home
last modified time | relevance | path

Searched refs:CF_ERR_CERT_NOT_YET_VALID (Results 1 - 8 of 8) sorted by relevance

/base/security/certificate_framework/interfaces/inner_api/common/
H A Dcf_result.h42 CF_ERR_CERT_NOT_YET_VALID = -30003, enumerator
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_validator_openssl.c52 { X509_V_ERR_CERT_NOT_YET_VALID, CF_ERR_CERT_NOT_YET_VALID },
H A Dcertificate_openssl_common.c161 res = CF_ERR_CERT_NOT_YET_VALID; in CompareDateWithCertTime()
H A Dx509_certificate_openssl.c1386 if ((res == CF_ERR_CERT_NOT_YET_VALID) || (res == CF_ERR_CERT_HAS_EXPIRED)) { in MatchPart1()
H A Dx509_cert_chain_openssl.c80 { X509_V_ERR_CERT_NOT_YET_VALID, CF_ERR_CERT_NOT_YET_VALID },
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_utils.cpp45 { CF_ERR_CERT_NOT_YET_VALID, JS_ERR_CERT_NOT_YET_VALID },
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_certificate_test.cpp302 EXPECT_EQ(ret, CF_ERR_CERT_NOT_YET_VALID); in HWTEST_F()
H A Dcrypto_x509_cert_chain_test.cpp1391 ASSERT_EQ(ret, CF_ERR_CERT_NOT_YET_VALID); in HWTEST_F()

Completed in 22 milliseconds