Searched refs:ca_cert (Results 1 – 5 of 5) sorted by relevance
10 const uint8_t ca_cert[] = { 0x00 }; variable11 const uint32_t ca_cert_len = sizeof(ca_cert);
12 extern const uint8_t ca_cert[];
934 struct tls_credential *ca_cert) in tls_add_ca_certificate() argument940 crt_is_pem(ca_cert->buf, ca_cert->len)) { in tls_add_ca_certificate()941 err = mbedtls_x509_crt_parse(&tls->ca_chain, ca_cert->buf, in tls_add_ca_certificate()942 ca_cert->len); in tls_add_ca_certificate()945 ca_cert->buf, in tls_add_ca_certificate()946 ca_cert->len); in tls_add_ca_certificate()
84 ret = tls_credential_add(TLS_TAG_AWS_CA_CERTIFICATE, TLS_CREDENTIAL_CA_CERTIFICATE, ca_cert, in setup_credentials()
186 and name it "ca_cert.der".