Home
last modified time | relevance | path

Searched refs:mbedtls_pk_parse_public_key (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mbedtls/programs/fuzz/
H A Dfuzz_pubkey.c20 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A Dfuzz_pubkey.c18 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpkparse.c1180 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx, in mbedtls_pk_parse_public_key() function
1384 ret = mbedtls_pk_parse_public_key(ctx, buf, n); in mbedtls_pk_parse_public_keyfile()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpk.h903 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpk.h1135 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
/aosp_15_r20/external/mbedtls/library/
H A Dpkparse.c151 ret = mbedtls_pk_parse_public_key(ctx, buf, n); in mbedtls_pk_parse_public_keyfile()
1738 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx, in mbedtls_pk_parse_public_key() function
H A Dpsa_crypto_rsa.c76 mbedtls_pk_parse_public_key(&ctx, data, data_length)); in mbedtls_psa_rsa_load_representation()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pk.function487 TEST_ASSERT(mbedtls_pk_parse_public_key(&pk, NULL, 0) ==
1405 TEST_EQUAL(mbedtls_pk_parse_public_key(&pk, pkey_legacy_start,
1533 TEST_EQUAL(mbedtls_pk_parse_public_key(&pk, pkey_start, pkey_len), 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pk.function954 TEST_ASSERT(mbedtls_pk_parse_public_key(&pk, NULL, 0) ==
1959 TEST_EQUAL(mbedtls_pk_parse_public_key(&pk, legacy_pub_key, legacy_pub_key_len), 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md784 …basic goal as the PK parse functions (`mbedtls_pk_parse_key`, `mbedtls_pk_parse_public_key`, `mbed…
/aosp_15_r20/external/mbedtls/
H A DChangeLog965 * Fix resource leaks in mbedtls_pk_parse_public_key() in low
4186 mbedtls_pk_parse_public_key() and mbedtls_dhm_parse_dhm() now expect the
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog1225 * Fix resource leaks in mbedtls_pk_parse_public_key() in low
4446 mbedtls_pk_parse_public_key() and mbedtls_dhm_parse_dhm() now expect the