Home
last modified time | relevance | path

Searched refs:mbedtls_rsa_get_md_alg (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pkcs1_v21.function34 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
84 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
151 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
210 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
249 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), ctx_hash);
H A Dtest_suite_pkcs1_v15.function31 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), MBEDTLS_MD_NONE);
38 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
86 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
293 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
337 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
H A Dtest_suite_pk.function349 TEST_EQUAL(mbedtls_rsa_get_md_alg(rsa1),
350 mbedtls_rsa_get_md_alg(rsa2));
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pkcs1_v21.function34 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
84 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
151 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
210 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
249 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), ctx_hash);
H A Dtest_suite_pkcs1_v15.function31 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), MBEDTLS_MD_NONE);
38 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
86 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
293 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
337 TEST_EQUAL(mbedtls_rsa_get_md_alg(&ctx), hash);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Drsa.h198 int mbedtls_rsa_get_md_alg(const mbedtls_rsa_context *ctx);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Drsa.h198 int mbedtls_rsa_get_md_alg(const mbedtls_rsa_context *ctx);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpk_wrap.c309 psa_md_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) mbedtls_rsa_get_md_alg(rsa)); in rsa_decrypt_wrap()
391 psa_md_alg = mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) mbedtls_rsa_get_md_alg(rsa)); in rsa_encrypt_wrap()
H A Dpk.c389 mbedtls_md_type_t md_type = (mbedtls_md_type_t) mbedtls_rsa_get_md_alg(rsa); in psa_algorithm_for_rsa()
H A Drsa.c1014 int mbedtls_rsa_get_md_alg(const mbedtls_rsa_context *ctx) in mbedtls_rsa_get_md_alg() function
/aosp_15_r20/external/mbedtls/library/
H A Drsa.c649 int mbedtls_rsa_get_md_alg(const mbedtls_rsa_context *ctx) in mbedtls_rsa_get_md_alg() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md895 …dding and hash information provided by `mbedtls_rsa_get_padding_mode` and `mbedtls_rsa_get_md_alg`.
/aosp_15_r20/external/mbedtls/
H A DChangeLog403 * Add functions mbedtls_rsa_get_padding_mode() and mbedtls_rsa_get_md_alg()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog663 * Add functions mbedtls_rsa_get_padding_mode() and mbedtls_rsa_get_md_alg()