Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Drsa.c1036 int mbedtls_rsa_private(mbedtls_rsa_context *ctx, in mbedtls_rsa_private() function
1586 ret = mbedtls_rsa_private(ctx, f_rng, p_rng, input, buf); in mbedtls_rsa_rsaes_oaep_decrypt()
1692 ret = mbedtls_rsa_private(ctx, f_rng, p_rng, input, buf); in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()
1847 return mbedtls_rsa_private(ctx, f_rng, p_rng, sig, sig); in rsa_rsassa_pss_sign()
2069 MBEDTLS_MPI_CHK(mbedtls_rsa_private(ctx, f_rng, p_rng, sig, sig_try)); in mbedtls_rsa_rsassa_pkcs1_v15_sign()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_rsa.function513 void mbedtls_rsa_private(data_t *message_str, int mod,
547 TEST_ASSERT(mbedtls_rsa_private(&ctx, mbedtls_test_rnd_pseudo_rand,
566 TEST_ASSERT(mbedtls_rsa_private(&ctx2, mbedtls_test_rnd_pseudo_rand,
968 TEST_ASSERT(mbedtls_rsa_private(&ctx, mbedtls_test_rnd_std_rand,
1355 TEST_ASSERT(mbedtls_rsa_private(&ctx, mbedtls_test_rnd_std_rand,
H A Dtest_suite_rsa.data371 mbedtls_rsa_private:"59779fd2a39e56640c4fc1e67b60aeffcecd78aed7ad2bdfa464e93d04198d48466b8da7445f25…
374 mbedtls_rsa_private:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b…
377 mbedtls_rsa_private:"000000000000000000000000000000000000000000000000000000000000000000000000000000…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_rsa.function522 void mbedtls_rsa_private(data_t *message_str, int mod,
557 TEST_ASSERT(mbedtls_rsa_private(&ctx, mbedtls_test_rnd_pseudo_rand,
576 TEST_ASSERT(mbedtls_rsa_private(&ctx2, mbedtls_test_rnd_pseudo_rand,
982 TEST_ASSERT(mbedtls_rsa_private(&ctx, mbedtls_test_rnd_std_rand,
1369 TEST_ASSERT(mbedtls_rsa_private(&ctx, mbedtls_test_rnd_std_rand,
H A Dtest_suite_rsa.data371 mbedtls_rsa_private:"59779fd2a39e56640c4fc1e67b60aeffcecd78aed7ad2bdfa464e93d04198d48466b8da7445f25…
374 mbedtls_rsa_private:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b…
377 mbedtls_rsa_private:"000000000000000000000000000000000000000000000000000000000000000000000000000000…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Drsa.c1408 int mbedtls_rsa_private(mbedtls_rsa_context *ctx, in mbedtls_rsa_private() function
1958 ret = mbedtls_rsa_private(ctx, f_rng, p_rng, input, buf); in mbedtls_rsa_rsaes_oaep_decrypt()
2064 ret = mbedtls_rsa_private(ctx, f_rng, p_rng, input, buf); in mbedtls_rsa_rsaes_pkcs1_v15_decrypt()
2219 return mbedtls_rsa_private(ctx, f_rng, p_rng, sig, sig); in rsa_rsassa_pss_sign_no_mode_check()
2471 MBEDTLS_MPI_CHK(mbedtls_rsa_private(ctx, f_rng, p_rng, sig, sig_try)); in mbedtls_rsa_rsassa_pkcs1_v15_sign()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Drsa.h592 int mbedtls_rsa_private(mbedtls_rsa_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Drsa.h582 int mbedtls_rsa_private(mbedtls_rsa_context *ctx,
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c978 ret = mbedtls_rsa_private(&rsa, myrand, NULL, buf, buf)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1060 ret = mbedtls_rsa_private(&rsa, myrand, NULL, buf, buf)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md484 RSA sign and decrypt functions; `mbedtls_rsa_private()`; the functions in DHM
H A Dpsa-transition.md1296 … to the exponentiation primitive as with `mbedtls_rsa_public` and `mbedtls_rsa_private`. If you ne…
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md484 RSA sign and decrypt functions; `mbedtls_rsa_private()`; the functions in DHM
/aosp_15_r20/external/mbedtls/
H A DChangeLog1315 sign and decrypt function; mbedtls_rsa_private(); the functions
3518 * Only check for necessary RSA structure fields in `mbedtls_rsa_private`. In
4076 * Fix bug in mbedtls_rsa_public() and mbedtls_rsa_private() that could
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog1575 sign and decrypt function; mbedtls_rsa_private(); the functions
3778 * Only check for necessary RSA structure fields in `mbedtls_rsa_private`. In
4336 * Fix bug in mbedtls_rsa_public() and mbedtls_rsa_private() that could