Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dnotify.c854 cert->tod == 2 ? " tod=2" : "", in wpas_notify_certification()
855 cert->tod == 1 ? " tod=1" : ""); in wpas_notify_certification()
/hostap-latest/src/crypto/
Dtls.h61 int tod; member
Dtls_openssl.c2336 int tod = 0; in openssl_cert_tod() local
2351 tod = 1; /* TOD-STRICT */ in openssl_cert_tod()
2352 else if (os_strcmp(buf, "1.3.6.1.4.1.40808.1.3.2") == 0 && !tod) in openssl_cert_tod()
2353 tod = 2; /* TOD-TOFU */ in openssl_cert_tod()
2357 return tod; in openssl_cert_tod()
2453 ev.peer_cert.tod = openssl_cert_tod(err_cert); in openssl_tls_cert_event()
Dtls_mbedtls_alt.c3064 ev.peer_cert.tod = 1; /* TOD-STRICT */ in tls_mbedtls_verify_cert_event()
3069 ev.peer_cert.tod = 2; /* TOD-TOFU */ in tls_mbedtls_verify_cert_event()
/hostap-latest/src/tls/
Dtlsv1_client_read.c317 ev.peer_cert.tod = 1; in tls_peer_cert_event()
320 ev.peer_cert.tod = 2; in tls_peer_cert_event()