Home
last modified time | relevance | path

Searched refs:hmac_context (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_tinydtls.c1673 dtls_hmac_context_t hmac_context; in coap_crypto_hmac() local
1689 dtls_hmac_init(&hmac_context, key->s, key->length); in coap_crypto_hmac()
1690 dtls_hmac_update(&hmac_context, data->s, data->length); in coap_crypto_hmac()
1691 num_bytes = dtls_hmac_finalize(&hmac_context, dummy->s); in coap_crypto_hmac()

Completed in 4 milliseconds