Home
last modified time | relevance | path

Searched refs:mbedtls_md_get_name (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/hash/
H A Dgeneric_sum.c92 mbedtls_printf("No '%s' hash found on line.\n", mbedtls_md_get_name(md_info)); in generic_check()
98 mbedtls_printf("No '%s' hash found on line.\n", mbedtls_md_get_name(md_info)); in generic_check()
170 mbedtls_printf(" %s\n", mbedtls_md_get_name(md_info)); in main()
/aosp_15_r20/external/mbedtls/programs/hash/
H A Dgeneric_sum.c92 mbedtls_printf("No '%s' hash found on line.\n", mbedtls_md_get_name(md_info)); in generic_check()
98 mbedtls_printf("No '%s' hash found on line.\n", mbedtls_md_get_name(md_info)); in generic_check()
170 mbedtls_printf(" %s\n", mbedtls_md_get_name(md_info)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dmd.h373 const char *mbedtls_md_get_name(const mbedtls_md_info_t *md_info);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_md.function101 TEST_ASSERT(mbedtls_md_get_name(NULL) == NULL);
181 TEST_EQUAL(0, strcmp(mbedtls_md_get_name(md_info), md_name));
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_md.function101 TEST_ASSERT(mbedtls_md_get_name(NULL) == NULL);
181 TEST_EQUAL(0, strcmp(mbedtls_md_get_name(md_info), md_name));
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dmd.h487 const char *mbedtls_md_get_name(const mbedtls_md_info_t *md_info);
/aosp_15_r20/external/mbedtls/programs/aes/
H A Dcrypt_and_hash.c114 mbedtls_printf(" %s\n", mbedtls_md_get_name(md_info)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/aes/
H A Dcrypt_and_hash.c118 mbedtls_printf(" %s\n", mbedtls_md_get_name(md_info)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_context_info.c572 printf("\tMessage-Digest : %s\n", mbedtls_md_get_name(md_info)); in print_deserialized_ssl_session()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_context_info.c569 printf("\tMessage-Digest : %s\n", mbedtls_md_get_name(md_info)); in print_deserialized_ssl_session()
/aosp_15_r20/external/mbedtls/library/
H A Dmd.c893 const char *mbedtls_md_get_name(const mbedtls_md_info_t *md_info) in mbedtls_md_get_name() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dmd.c893 const char *mbedtls_md_get_name(const mbedtls_md_info_t *md_info) in mbedtls_md_get_name() function
/aosp_15_r20/external/mbedtls/docs/architecture/psa-migration/
H A Dmd-cipher-dispatch.md441 …witch-case or a separate list to implement `mbedtls_md_info_from_string` and `mbedtls_md_get_name`.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A Dmd-cipher-dispatch.md533 …witch-case or a separate list to implement `mbedtls_md_info_from_string` and `mbedtls_md_get_name`.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md500 * `mbedtls_cipher_info_from_string`, `mbedtls_md_get_name`: there is no equivalent of Mbed TLS's lo…