Home
last modified time | relevance | path

Searched refs:mbedtls_rsa_export_crt (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dpkwrite.c598 if ((ret = mbedtls_rsa_export_crt(rsa, NULL, NULL, &T)) != 0 || in pk_write_rsa_der()
605 if ((ret = mbedtls_rsa_export_crt(rsa, NULL, &T, NULL)) != 0 || in pk_write_rsa_der()
612 if ((ret = mbedtls_rsa_export_crt(rsa, &T, NULL, NULL)) != 0 || in pk_write_rsa_der()
H A Drsa.c549 int mbedtls_rsa_export_crt(const mbedtls_rsa_context *ctx, in mbedtls_rsa_export_crt() function
/aosp_15_r20/external/mbedtls/programs/fuzz/
H A Dfuzz_pubkey.c38 if (mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP) != MBEDTLS_ERR_RSA_BAD_INPUT_DATA) { in LLVMFuzzerTestOneInput()
H A Dfuzz_privkey.c63 if (mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP) != 0) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A Dfuzz_pubkey.c36 if (mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP) != MBEDTLS_ERR_RSA_BAD_INPUT_DATA) { in LLVMFuzzerTestOneInput()
H A Dfuzz_privkey.c61 if (mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP) != 0) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Drsa_genkey.c82 (ret = mbedtls_rsa_export_crt(&rsa, &DP, &DQ, &QP)) != 0) { in main()
H A Dkey_app.c270 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main()
H A Dgen_key.c413 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main()
H A Dkey_app_writer.c386 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Drsa_genkey.c82 (ret = mbedtls_rsa_export_crt(&rsa, &DP, &DQ, &QP)) != 0) { in main()
H A Dkey_app.c205 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main()
H A Dgen_key.c351 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main()
H A Dkey_app_writer.c324 (ret = mbedtls_rsa_export_crt(rsa, &DP, &DQ, &QP)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Drsa.h426 int mbedtls_rsa_export_crt(const mbedtls_rsa_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Drsa.h426 int mbedtls_rsa_export_crt(const mbedtls_rsa_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Drsa.c300 if ((ret = mbedtls_rsa_export_crt(rsa, NULL, NULL, &T)) != 0 || in mbedtls_rsa_write_key()
307 if ((ret = mbedtls_rsa_export_crt(rsa, NULL, &T, NULL)) != 0 || in mbedtls_rsa_write_key()
314 if ((ret = mbedtls_rsa_export_crt(rsa, &T, NULL, NULL)) != 0 || in mbedtls_rsa_write_key()
914 int mbedtls_rsa_export_crt(const mbedtls_rsa_context *ctx, in mbedtls_rsa_export_crt() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1300 …quivalent of `mbedtls_rsa_export`, `mbedtls_rsa_export_raw` and `mbedtls_rsa_export_crt` to export…