Home
last modified time | relevance | path

Searched refs:mbedtls_md_error_from_psa (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/library/
Dmd.c214 static int mbedtls_md_error_from_psa(psa_status_t status) in mbedtls_md_error_from_psa() function
321 return mbedtls_md_error_from_psa(status); in mbedtls_md_clone()
467 return mbedtls_md_error_from_psa(status); in mbedtls_md_starts()
514 return mbedtls_md_error_from_psa(status); in mbedtls_md_update()
563 return mbedtls_md_error_from_psa(status); in mbedtls_md_finish()
614 return mbedtls_md_error_from_psa(status); in mbedtls_md()
Dhash_info.h99 int mbedtls_md_error_from_psa(psa_status_t status);
Dhash_info.c108 int mbedtls_md_error_from_psa(psa_status_t status) in mbedtls_md_error_from_psa() function
/third_party/mbedtls/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md401 After calling a PSA function, call `mbedtls_md_error_from_psa` to convert its status code. This fun…
466 The hash_info module is redundant with MD light. Move `mbedtls_md_error_from_psa` to `md.c`, define…
/third_party/mbedtls/
DChangeLog24 deprecating mbedtls_md_error_from_psa. Each file that performs error