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 D | test_suite_pkcs1_v21.function | 34 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 D | test_suite_pkcs1_v15.function | 31 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 D | test_suite_pk.function | 349 TEST_EQUAL(mbedtls_rsa_get_md_alg(rsa1), 350 mbedtls_rsa_get_md_alg(rsa2));
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_pkcs1_v21.function | 34 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 D | test_suite_pkcs1_v15.function | 31 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 D | rsa.h | 198 int mbedtls_rsa_get_md_alg(const mbedtls_rsa_context *ctx);
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | rsa.h | 198 int mbedtls_rsa_get_md_alg(const mbedtls_rsa_context *ctx);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pk_wrap.c | 309 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 D | pk.c | 389 mbedtls_md_type_t md_type = (mbedtls_md_type_t) mbedtls_rsa_get_md_alg(rsa); in psa_algorithm_for_rsa()
|
H A D | rsa.c | 1014 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 D | rsa.c | 649 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 D | psa-transition.md | 895 …dding and hash information provided by `mbedtls_rsa_get_padding_mode` and `mbedtls_rsa_get_md_alg`.
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 403 * Add functions mbedtls_rsa_get_padding_mode() and mbedtls_rsa_get_md_alg()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 663 * Add functions mbedtls_rsa_get_padding_mode() and mbedtls_rsa_get_md_alg()
|