Home
last modified time | relevance | path

Searched refs:CoAPPathMD5_sum (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPResource.c17 int CoAPPathMD5_sum(const char *path, int len, char outbuf[], int outlen) in CoAPPathMD5_sum() function
95 CoAPPathMD5_sum(path, strlen(path), resource->path, in CoAPResource_create()
141 CoAPPathMD5_sum(path, strlen(path), path_calc, in CoAPResource_register()
227 CoAPPathMD5_sum(path, strlen(path), path_calc, COAP_PATH_DEFAULT_SUM_LEN); in CoAPResourceByPath_get()
A DCoAPResource.h34 int CoAPPathMD5_sum(const char *path, int len, char outbuf[], int outlen);
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c136 CoAPPathMD5_sum(path, strlen(path), path_calc, MAX_PATH_CHECKSUM_LEN); in recv_msg_handler()
170 CoAPPathMD5_sum(path, strlen(path), item->path, MAX_PATH_CHECKSUM_LEN); in alcs_resource_register()
190 CoAPPathMD5_sum(path, strlen(path), path_calc, MAX_PATH_CHECKSUM_LEN); in alcs_resource_need_auth()
A Dalcs_server.c305 CoAPPathMD5_sum(path, strlen(path), session->pk_dn, in alcs_rec_auth()
516 CoAPPathMD5_sum(path, strlen(path), path_calc, MAX_PATH_CHECKSUM_LEN); in get_resource_by_path()
602 CoAPPathMD5_sum(path, strlen(path), item->path, MAX_PATH_CHECKSUM_LEN); in alcs_resource_register_secure()
632 CoAPPathMD5_sum(pk_dn, strlen(pk_dn), item->pk_dn, PK_DN_CHECKSUM_LEN); in alcs_resource_register_secure()
A Dalcs_api.c100 CoAPPathMD5_sum(path, strlen(path), ck, PK_DN_CHECKSUM_LEN); in get_session()
A Dalcs_client.c374 CoAPPathMD5_sum(path, strlen(path), session->pk_dn, PK_DN_CHECKSUM_LEN); in do_auth()

Completed in 9 milliseconds