Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dhmac_drbg.h112 typedef struct mbedtls_hmac_drbg_context struct
116 mbedtls_md_context_t md_ctx; /*!< HMAC context (inc. K) */
117 unsigned char V[MBEDTLS_MD_MAX_SIZE]; /*!< V in the spec */
141 } mbedtls_hmac_drbg_context; argument