Lines Matching defs:QCryptoTLSTestCertReq
35 typedef struct QCryptoTLSTestCertReq QCryptoTLSTestCertReq; typedef
36 struct QCryptoTLSTestCertReq { struct
37 gnutls_x509_crt_t crt;
39 const char *filename;
42 const char *country;
43 const char *cn;
44 const char *altname1;
45 const char *altname2;
46 const char *ipaddr1;
47 const char *ipaddr2;
71 void test_tls_generate_cert(QCryptoTLSTestCertReq *req, argument