/aosp_15_r20/external/mbedtls/library/ |
H A D | pkwrite.c | 122 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, NULL, NULL, &T)) != 0 || in pk_write_rsa_pubkey() 129 if ((ret = mbedtls_rsa_export(rsa, &T, NULL, NULL, NULL, NULL)) != 0 || in pk_write_rsa_pubkey() 619 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, in pk_write_rsa_der() 627 if ((ret = mbedtls_rsa_export(rsa, NULL, &T, in pk_write_rsa_der() 635 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, in pk_write_rsa_der() 643 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, in pk_write_rsa_der() 651 if ((ret = mbedtls_rsa_export(rsa, &T, NULL, in pk_write_rsa_der()
|
H A D | psa_crypto_rsa.c | 50 mbedtls_rsa_export(rsa, &n, NULL, NULL, NULL, NULL)); in psa_check_rsa_key_byte_aligned()
|
H A D | rsa.c | 506 int mbedtls_rsa_export(const mbedtls_rsa_context *ctx, in mbedtls_rsa_export() function
|
H A D | psa_crypto.c | 1316 ret = mbedtls_rsa_export(rsa, NULL, NULL, NULL, NULL, &mpi); in psa_get_rsa_public_exponent() 2031 ret = mbedtls_rsa_export(rsa, in psa_validate_optional_attributes()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_rsa.data | 570 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 573 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 576 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 579 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 582 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 585 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 588 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0…
|
H A D | test_suite_rsa.function | 992 void mbedtls_rsa_export(char *input_N, 1061 TEST_ASSERT(mbedtls_rsa_export(&ctx, &Ne, NULL, NULL, NULL, &Ee) == 0); 1063 TEST_ASSERT(mbedtls_rsa_export(&ctx, &Ne, NULL, NULL, NULL, NULL) == 0); 1064 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, NULL, NULL, NULL, &Ee) == 0); 1074 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, &Pe, &Qe, 1077 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, &Pe, NULL, 1079 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, NULL, &Qe, 1081 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, NULL, NULL,
|
/aosp_15_r20/external/mbedtls/programs/fuzz/ |
H A D | fuzz_pubkey.c | 32 if (mbedtls_rsa_export(rsa, &N, NULL, NULL, NULL, &E) != 0) { in LLVMFuzzerTestOneInput() 35 if (mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E) != MBEDTLS_ERR_RSA_BAD_INPUT_DATA) { in LLVMFuzzerTestOneInput()
|
H A D | fuzz_privkey.c | 60 if (mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E) != 0) { in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/ |
H A D | fuzz_pubkey.c | 30 if (mbedtls_rsa_export(rsa, &N, NULL, NULL, NULL, &E) != 0) { in LLVMFuzzerTestOneInput() 33 if (mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E) != MBEDTLS_ERR_RSA_BAD_INPUT_DATA) { in LLVMFuzzerTestOneInput()
|
H A D | fuzz_privkey.c | 58 if (mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E) != 0) { in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_rsa.data | 672 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 675 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 678 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 681 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 684 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 687 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0… 690 mbedtls_rsa_export:"b38ac65c8141f7f5c96e14470e851936a67bf94cc6821a39ac12c05f7c0b06d9e6ddba2224703b0…
|
H A D | test_suite_rsa.function | 1006 void mbedtls_rsa_export(char *input_N, 1075 TEST_ASSERT(mbedtls_rsa_export(&ctx, &Ne, NULL, NULL, NULL, &Ee) == 0); 1077 TEST_ASSERT(mbedtls_rsa_export(&ctx, &Ne, NULL, NULL, NULL, NULL) == 0); 1078 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, NULL, NULL, NULL, &Ee) == 0); 1088 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, &Pe, &Qe, 1091 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, &Pe, NULL, 1093 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, NULL, &Qe, 1095 TEST_ASSERT(mbedtls_rsa_export(&ctx, NULL, NULL, NULL,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | rsa.c | 321 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, &T, NULL, NULL)) != 0 || in mbedtls_rsa_write_key() 328 if ((ret = mbedtls_rsa_export(rsa, NULL, &T, NULL, NULL, NULL)) != 0 || in mbedtls_rsa_write_key() 335 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, NULL, &T, NULL)) != 0 || in mbedtls_rsa_write_key() 342 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, NULL, NULL, &T)) != 0 || in mbedtls_rsa_write_key() 349 if ((ret = mbedtls_rsa_export(rsa, &T, NULL, NULL, NULL, NULL)) != 0 || in mbedtls_rsa_write_key() 387 if ((ret = mbedtls_rsa_export(rsa, NULL, NULL, NULL, NULL, &T)) != 0 || in mbedtls_rsa_write_pubkey() 394 if ((ret = mbedtls_rsa_export(rsa, &T, NULL, NULL, NULL, NULL)) != 0 || in mbedtls_rsa_write_pubkey() 871 int mbedtls_rsa_export(const mbedtls_rsa_context *ctx, in mbedtls_rsa_export() function
|
H A D | psa_crypto_rsa.c | 49 mbedtls_rsa_export(rsa, &n, NULL, NULL, NULL, NULL)); in psa_check_rsa_key_byte_aligned()
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | key_app.c | 204 if ((ret = mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E)) != 0 || in main() 261 if ((ret = mbedtls_rsa_export(rsa, &N, NULL, NULL, in main()
|
H A D | key_app_writer.c | 323 if ((ret = mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E)) != 0 || in main() 376 if ((ret = mbedtls_rsa_export(rsa, &N, NULL, NULL, in main()
|
H A D | rsa_genkey.c | 81 if ((ret = mbedtls_rsa_export(&rsa, &N, &P, &Q, &D, &E)) != 0 || in main()
|
H A D | gen_key.c | 350 if ((ret = mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E)) != 0 || in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | key_app.c | 269 if ((ret = mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E)) != 0 || in main() 319 if ((ret = mbedtls_rsa_export(rsa, &N, NULL, NULL, in main()
|
H A D | key_app_writer.c | 385 if ((ret = mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E)) != 0 || in main() 437 if ((ret = mbedtls_rsa_export(rsa, &N, NULL, NULL, in main()
|
H A D | rsa_genkey.c | 81 if ((ret = mbedtls_rsa_export(&rsa, &N, &P, &Q, &D, &E)) != 0 || in main()
|
H A D | gen_key.c | 412 if ((ret = mbedtls_rsa_export(rsa, &N, &P, &Q, &D, &E)) != 0 || in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | rsa.h | 349 int mbedtls_rsa_export(const mbedtls_rsa_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | rsa.h | 349 int mbedtls_rsa_export(const mbedtls_rsa_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1300 There is no direct equivalent of `mbedtls_rsa_export`, `mbedtls_rsa_export_raw` and `mbedtls_rsa_ex…
|