Home
last modified time | relevance | path

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

/external/mbedtls/library/
Dpkwrite.c335 if( ( ret = mbedtls_rsa_export_crt( rsa, NULL, NULL, &T ) ) != 0 || in mbedtls_pk_write_key_der()
341 if( ( ret = mbedtls_rsa_export_crt( rsa, NULL, &T, NULL ) ) != 0 || in mbedtls_pk_write_key_der()
347 if( ( ret = mbedtls_rsa_export_crt( rsa, &T, NULL, NULL ) ) != 0 || in mbedtls_pk_write_key_der()
Drsa.c413 int mbedtls_rsa_export_crt( const mbedtls_rsa_context *ctx, in mbedtls_rsa_export_crt() function
/external/openthread/third_party/mbedtls/repo/library/
Dpkwrite.c339 if( ( ret = mbedtls_rsa_export_crt( rsa, NULL, NULL, &T ) ) != 0 || in mbedtls_pk_write_key_der()
345 if( ( ret = mbedtls_rsa_export_crt( rsa, NULL, &T, NULL ) ) != 0 || in mbedtls_pk_write_key_der()
351 if( ( ret = mbedtls_rsa_export_crt( rsa, &T, NULL, NULL ) ) != 0 || in mbedtls_pk_write_key_der()
Drsa.c426 int mbedtls_rsa_export_crt( const mbedtls_rsa_context *ctx, in mbedtls_rsa_export_crt() function
/external/openthread/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_privkey.c36 if ( mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) != 0 ) { in LLVMFuzzerTestOneInput()
Dfuzz_pubkey.c30 if ( mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) != MBEDTLS_ERR_RSA_BAD_INPUT_DATA ) { in LLVMFuzzerTestOneInput()
/external/mbedtls/programs/fuzz/
Dfuzz_pubkey.c32 if ( mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) != MBEDTLS_ERR_RSA_BAD_INPUT_DATA ) { in LLVMFuzzerTestOneInput()
Dfuzz_privkey.c55 if ( mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) != 0 ) { in LLVMFuzzerTestOneInput()
/external/mbedtls/programs/pkey/
Drsa_genkey.c96 ( ret = mbedtls_rsa_export_crt( &rsa, &DP, &DQ, &QP ) ) != 0 ) in main()
Dkey_app.c212 ( ret = mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) ) != 0 ) in main()
Dgen_key.c363 ( ret = mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) ) != 0 ) in main()
Dkey_app_writer.c331 ( ret = mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) ) != 0 ) in main()
/external/openthread/third_party/mbedtls/repo/programs/pkey/
Drsa_genkey.c109 ( ret = mbedtls_rsa_export_crt( &rsa, &DP, &DQ, &QP ) ) != 0 ) in main()
Dkey_app.c204 ( ret = mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) ) != 0 ) in main()
Dkey_app_writer.c320 ( ret = mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) ) != 0 ) in main()
Dgen_key.c376 ( ret = mbedtls_rsa_export_crt( rsa, &DP, &DQ, &QP ) ) != 0 ) in main()
/external/mbedtls/include/mbedtls/
Drsa.h411 int mbedtls_rsa_export_crt( const mbedtls_rsa_context *ctx,
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Drsa.h411 int mbedtls_rsa_export_crt( const mbedtls_rsa_context *ctx,
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_rsa.function62 mbedtls_rsa_export_crt( NULL, NULL, NULL, NULL ) );