Searched refs:client_pk (Results 1 – 4 of 4) sorted by relevance
289 if (client->client_cert && client->client_pk) { in http_ssl_conn_wrapper()298 …ret = mbedtls_pk_parse_key(&ssl->pkey, (const unsigned char *)client->client_pk, client->client_pk… in http_ssl_conn_wrapper()414 client->client_pk = NULL; in http_ssl_close_wrapper()
63 const char *client_pk; /**< client private key */ member
121 const char *client_pk; /**< Client private key. */ member
1148 if (s->client_cert && s->client_pk) { in rws_ssl_conn()1156 …ret = mbedtls_pk_parse_key(&ssl->pkey, (const unsigned char *)s->client_pk, s->client_pk_len, NULL… in rws_ssl_conn()1290 s->client_pk = NULL; in rws_ssl_close()
Completed in 6 milliseconds