Searched refs:mbedtls_pk_parse_public_key (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | fuzz_pubkey.c | 18 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | pk.h | 1135 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
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()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
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);
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 784 …basic goal as the PK parse functions (`mbedtls_pk_parse_key`, `mbedtls_pk_parse_public_key`, `mbed…
|
/openthread-latest/third_party/mbedtls/repo/ |
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
|