Lines Matching refs:mbedtls_md_info_t
219 * How the mechanism is encoded (e.g. `mbedtls_md_type_t` vs `const *mbedtls_md_info_t` vs `psa_algo…
242 …ia a numerical type, except HMAC\_DRBG and HKDF which take a `const mbedtls_md_info_t*` instead, a…
312 * It has an extra step of converting from `mbedtls_md_type_t` to `const mbedtls_md_info_t *`.
318 * `mbedtls_md_info_t` can become a very thin type. We can't remove the extra function call from the…
400 * `mbedtls_md_info_t`
417 … least some functions still need to support null pointers as `const mbedtls_md_info_t *` because t…
476 …to support hashes that are only enabled through PSA. Therefore the `mbedtls_md_info_t` structures …
486 const mbedtls_md_info_t *md_info );
507 … as an `mbedtls_md_type_t type` (possibly being the `type` field of a `const mbedtls_md_info_t *`):
533 Remove hash names from `mbedtls_md_info_t`. Use a simple switch-case or a separate list to implemen…
546 const mbedtls_md_info_t *md_info )