Lines Matching +full:thread +full:- +full:cert
29 #include "openthread-core-config.h"
39 "-----BEGIN CERTIFICATE-----\n" \
51 "-----END CERTIFICATE-----\n"
54 "-----BEGIN EC PRIVATE KEY-----\n" \
58 "-----END EC PRIVATE KEY-----\n"
61 "-----BEGIN CERTIFICATE-----\n" \
74 "-----END CERTIFICATE-----\n"
105 static_cast<TestBleSecure *>(aContext)->HandleBleSecureConnect(aConnected, aBleConnectionOpen); in HandleBleSecureConnect()
146 …// Verify that Thread-attribute parsing isn't available yet when not connected as client or server. in TestTcat()
166 // Once in TLS client connecting state, the below cert eval functions are available. in TestTcat()
167 // Test that the Thread-specific attributes can be decoded properly. in TestTcat()
202 return -1; in main()