Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/include/
A Dhttpclient.h66 int client_pk_len; /**< client private key lenght, client_pk buffer size */ member
/AliOS-Things-master/components/websocket/include/
A Drws_socket.h124 int client_pk_len; /**< Client private key lenght, client_pk buffer size. */ member
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c298 …pk_parse_key(&ssl->pkey, (const unsigned char *)client->client_pk, client->client_pk_len, NULL, 0); in http_ssl_conn_wrapper()
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c1156 …= mbedtls_pk_parse_key(&ssl->pkey, (const unsigned char *)s->client_pk, s->client_pk_len, NULL, 0); in rws_ssl_conn()

Completed in 7 milliseconds