Home
last modified time | relevance | path

Searched refs:GstDtlsCertificate (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlscertificate.c79 G_DEFINE_TYPE_WITH_CODE (GstDtlsCertificate, gst_dtls_certificate,
80 G_TYPE_OBJECT, G_ADD_PRIVATE (GstDtlsCertificate)
90 static void init_generated (GstDtlsCertificate *);
91 static void init_from_pem_string (GstDtlsCertificate *, const gchar * pem);
116 gst_dtls_certificate_init (GstDtlsCertificate * self) in gst_dtls_certificate_init()
149 GstDtlsCertificate *self = GST_DTLS_CERTIFICATE (object); in gst_dtls_certificate_set_property()
170 GstDtlsCertificate *self = GST_DTLS_CERTIFICATE (object); in gst_dtls_certificate_get_property()
191 init_generated (GstDtlsCertificate * self) in init_generated()
296 init_from_pem_string (GstDtlsCertificate * self, const gchar * pem) in init_from_pem_string()
364 _gst_dtls_certificate_get_internal_certificate (GstDtlsCertificate * self) in _gst_dtls_certificate_get_internal_certificate()
[all …]
Dgstdtlscertificate.h34 …(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_DTLS_CERTIFICATE, GstDtlsCertificate))
43 typedef struct _GstDtlsCertificate GstDtlsCertificate; typedef
66 …ertificateInternalCertificate _gst_dtls_certificate_get_internal_certificate(GstDtlsCertificate *);
67 GstDtlsCertificateInternalKey _gst_dtls_certificate_get_internal_key(GstDtlsCertificate *);
Dgstdtlsagent.c58 GstDtlsCertificate *certificate;
229 GstDtlsCertificate *certificate; in gst_dtls_agent_set_property()
262 GstDtlsCertificate *
Dgstdtlsagent.h69 GstDtlsCertificate *gst_dtls_agent_get_certificate(GstDtlsAgent *);