Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/services/core/network/
Dattest_channel.c31 static int32_t X509CheckTime(const mbedtls_x509_time *before, const mbedtls_x509_time *after) in X509CheckTime() function
97 int32_t ret = X509CheckTime(&curTime, &crt->valid_to); in VerifyCrtTime()
104 ret = X509CheckTime(&crt->valid_from, &curTime); in VerifyCrtTime()