Home
last modified time | relevance | path

Searched refs:client_pk (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c289 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()
/AliOS-Things-master/components/http/include/
A Dhttpclient.h63 const char *client_pk; /**< client private key */ member
/AliOS-Things-master/components/websocket/include/
A Drws_socket.h121 const char *client_pk; /**< Client private key. */ member
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c1148 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 11 milliseconds