Searched refs:cacrt (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/tls/
H A Dtlscert.c44 gnutls_x509_crt cacrt, crt; local
86 TLSCHECK(gnutls_x509_crt_init(&cacrt));
87 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
90 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
93 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
96 TLSCHECK(gnutls_x509_crt_set_key(cacrt, cakey));
97 TLSCHECK(gnutls_x509_crt_set_serial(cacrt, &serial, sizeof(serial)));
98 TLSCHECK(gnutls_x509_crt_set_activation_time(cacrt, activation));
99 TLSCHECK(gnutls_x509_crt_set_expiration_time(cacrt, expiry));
100 TLSCHECK(gnutls_x509_crt_set_ca_status(cacrt,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/tls/
H A Dtlscert.c44 gnutls_x509_crt cacrt, crt; local
86 TLSCHECK(gnutls_x509_crt_init(&cacrt));
87 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
90 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
93 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
96 TLSCHECK(gnutls_x509_crt_set_key(cacrt, cakey));
97 TLSCHECK(gnutls_x509_crt_set_serial(cacrt, &serial, sizeof(serial)));
98 TLSCHECK(gnutls_x509_crt_set_activation_time(cacrt, activation));
99 TLSCHECK(gnutls_x509_crt_set_expiration_time(cacrt, expiry));
100 TLSCHECK(gnutls_x509_crt_set_ca_status(cacrt,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/tls/
H A Dtlscert.c44 gnutls_x509_crt cacrt, crt; local
86 TLSCHECK(gnutls_x509_crt_init(&cacrt));
87 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
90 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
93 TLSCHECK(gnutls_x509_crt_set_dn_by_oid(cacrt,
96 TLSCHECK(gnutls_x509_crt_set_key(cacrt, cakey));
97 TLSCHECK(gnutls_x509_crt_set_serial(cacrt, &serial, sizeof(serial)));
98 TLSCHECK(gnutls_x509_crt_set_activation_time(cacrt, activation));
99 TLSCHECK(gnutls_x509_crt_set_expiration_time(cacrt, expiry));
100 TLSCHECK(gnutls_x509_crt_set_ca_status(cacrt,
[all...]

Completed in 115 milliseconds