Searched refs:mbedtls_pk_parse_public_key (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mbedtls/programs/fuzz/ |
H A D | fuzz_pubkey.c | 20 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/ |
H A D | fuzz_pubkey.c | 18 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pkparse.c | 1180 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 D | pk.h | 903 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | pk.h | 1135 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | pkparse.c | 151 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 D | psa_crypto_rsa.c | 76 mbedtls_pk_parse_public_key(&ctx, data, data_length)); in mbedtls_psa_rsa_load_representation()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_pk.function | 487 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 D | test_suite_pk.function | 954 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 D | psa-transition.md | 784 …basic goal as the PK parse functions (`mbedtls_pk_parse_key`, `mbedtls_pk_parse_public_key`, `mbed…
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 965 * 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 D | ChangeLog | 1225 * 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
|