Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_hashkey.h24 typedef unsigned char coap_key_t[4]; typedef
36 void coap_hash_impl(const unsigned char *s, size_t len, coap_key_t h);
57 memset((H), 0, sizeof(coap_key_t)); \
/third_party/libcoap/src/
Dcoap_hashkey.c14 coap_hash_impl(const unsigned char *s, size_t len, coap_key_t h) { in coap_hash_impl()
18 j = sizeof(coap_key_t)-1; in coap_hash_impl()
Dcoap_notls.c191 coap_key_t key[8]; /* 32 bytes in total */
196 coap_key_t *digest_ctx = coap_malloc(sizeof(coap_local_hash_t)); in coap_digest_setup()
Dblock.c151 coap_key_t etag; in coap_add_data_blocked_response()