Home
last modified time | relevance | path

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

/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h89 typedef struct mbedtls_hmac_drbg_context struct
93 mbedtls_md_context_t md_ctx; /*!< HMAC context (inc. K) */
94 unsigned char V[MBEDTLS_MD_MAX_SIZE]; /*!< V in the spec */
118 } mbedtls_hmac_drbg_context; argument
/external/mbedtls/include/mbedtls/
Dhmac_drbg.h86 typedef struct mbedtls_hmac_drbg_context struct
115 } mbedtls_hmac_drbg_context; typedef