Searched refs:cert_nocopy (Results 1 – 4 of 4) sorted by relevance
94 if (tls_config->cert_nocopy != TLS_CERT_NOCOPY_NONE) { in mqtt_client_tls_connect()96 TLS_CERT_NOCOPY, &tls_config->cert_nocopy, in mqtt_client_tls_connect()97 sizeof(tls_config->cert_nocopy)); in mqtt_client_tls_connect()
381 int cert_nocopy; member
182 int8_t cert_nocopy; member965 if (tls->options.cert_nocopy == TLS_CERT_NOCOPY_NONE || in tls_add_ca_certificate()1001 if (tls->options.cert_nocopy == TLS_CERT_NOCOPY_NONE || in tls_add_own_cert()1989 int *cert_nocopy; in tls_opt_cert_nocopy_set() local1999 cert_nocopy = (int *)optval; in tls_opt_cert_nocopy_set()2001 if (*cert_nocopy != TLS_CERT_NOCOPY_NONE && in tls_opt_cert_nocopy_set()2002 *cert_nocopy != TLS_CERT_NOCOPY_OPTIONAL) { in tls_opt_cert_nocopy_set()2006 context->options.cert_nocopy = *cert_nocopy; in tls_opt_cert_nocopy_set()
270 tls_config->cert_nocopy = TLS_CERT_NOCOPY_NONE; in aws_client_setup()