Lines Matching refs:GstDtlsCertificate
79 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()
371 _gst_dtls_certificate_get_internal_key (GstDtlsCertificate * self) in _gst_dtls_certificate_get_internal_key()