Home
last modified time | relevance | path

Searched defs:hmac_ctx (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dssl_cookie.h59 mbedtls_md_context_t hmac_ctx; /*!< context for the HMAC portion */ member
Dmd.h104 void *hmac_ctx; member
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dssl_cookie.c125 static int ssl_cookie_hmac( mbedtls_md_context_t *hmac_ctx, in ssl_cookie_hmac()