Searched refs:own_cert (Results 1 – 1 of 1) sorted by relevance
238 mbedtls_x509_crt own_cert; member481 mbedtls_x509_crt_init(&tls->own_cert); in tls_alloc()541 mbedtls_x509_crt_free(&tls->own_cert); in tls_release()996 struct tls_credential *own_cert) in tls_add_own_cert() argument1002 crt_is_pem(own_cert->buf, own_cert->len)) { in tls_add_own_cert()1003 err = mbedtls_x509_crt_parse(&tls->own_cert, in tls_add_own_cert()1004 own_cert->buf, own_cert->len); in tls_add_own_cert()1006 err = mbedtls_x509_crt_parse_der_nocopy(&tls->own_cert, in tls_add_own_cert()1007 own_cert->buf, in tls_add_own_cert()1008 own_cert->len); in tls_add_own_cert()[all …]