Searched refs:crt (Results 1 – 3 of 3) sorted by relevance
/test/xts/device_attest_lite/services/core/network/ |
D | attest_channel.c | 75 static int32_t VerifyCrtTime(mbedtls_x509_crt* crt, uint32_t* flags) in VerifyCrtTime() argument 97 int32_t ret = X509CheckTime(&curTime, &crt->valid_to); in VerifyCrtTime() 104 ret = X509CheckTime(&crt->valid_from, &curTime); in VerifyCrtTime() 113 static int32_t LazyVerifyCert(void* data, mbedtls_x509_crt* crt, int32_t depth, uint32_t* flags) in LazyVerifyCert() argument 117 if (crt == NULL || flags == NULL) { in LazyVerifyCert() 123 int32_t ret = VerifyCrtTime(crt, flags); in LazyVerifyCert() 141 ret = mbedtls_x509_crt_verify(crt, &caCert, NULL, NULL, flags, NULL, NULL); in LazyVerifyCert()
|
/test/xts/acts/telephony/telephonyjstest/netmanager_websocket/websocketcertverify/entry/src/main/ets/test/ |
D | NetworkManagerWebsocketTest.test.ets | 25 caPath: '/etc/ssl/certs/ca.crt' 35 caPath: '/etc/ssl/certs/ca.crt', 37 certPath: '/etc/ssl/certs/client.crt',
|
/test/xts/acts/telephony/telephonyjstest/netmanager_http/entry/src/main/ets/test/ |
D | NetworkManagerHttpEnhance.test.ets | 86 certPath: 'etc/ssl/certs/client.crt',
|