Searched refs:client_pk_len (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/http/include/ |
A D | httpclient.h | 66 int client_pk_len; /**< client private key lenght, client_pk buffer size */ member
|
/AliOS-Things-master/components/websocket/include/ |
A D | rws_socket.h | 124 int client_pk_len; /**< Client private key lenght, client_pk buffer size. */ member
|
/AliOS-Things-master/components/http/src/ |
A D | http_aos_wrapper.c | 298 …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 D | rws_socketpriv.c | 1156 …= 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