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.c272 typedef struct coap_local_hash_t { struct
275 } coap_local_hash_t; typedef
279 coap_key_t *digest_ctx = coap_malloc_type(COAP_DIGEST_CTX, sizeof(coap_local_hash_t)); in coap_digest_setup()
282 memset(digest_ctx, 0, sizeof(coap_local_hash_t)); in coap_digest_setup()
297 coap_local_hash_t *local = (coap_local_hash_t *)digest_ctx; in coap_digest_update()
308 coap_local_hash_t *local = (coap_local_hash_t *)digest_ctx; in coap_digest_final()