Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_pubkey.c18 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpk.h1135 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
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()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
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);
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md784 …basic goal as the PK parse functions (`mbedtls_pk_parse_key`, `mbedtls_pk_parse_public_key`, `mbed…
/openthread-latest/third_party/mbedtls/repo/
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