Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_notls.c189 typedef struct coap_local_hash_t { struct
192 } coap_local_hash_t; argument
196 coap_key_t *digest_ctx = coap_malloc(sizeof(coap_local_hash_t)); in coap_digest_setup()
199 memset(digest_ctx, 0, sizeof(coap_local_hash_t)); in coap_digest_setup()
214 coap_local_hash_t *local = (coap_local_hash_t*)digest_ctx; in coap_digest_update()
225 coap_local_hash_t *local = (coap_local_hash_t*)digest_ctx; in coap_digest_final()