Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/fuzz/
Dfuzz_pubkey.c14 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
/third_party/mbedtls/include/mbedtls/
Dpk.h864 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
/third_party/mbedtls/library/
Dpkparse.c149 ret = mbedtls_pk_parse_public_key(ctx, buf, n); in mbedtls_pk_parse_public_keyfile()
1421 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx, in mbedtls_pk_parse_public_key() function
Dpsa_crypto_rsa.c87 mbedtls_pk_parse_public_key(&ctx, data, data_length)); in mbedtls_psa_rsa_load_representation()
/third_party/mbedtls/tests/suites/
Dtest_suite_pk.function425 TEST_ASSERT(mbedtls_pk_parse_public_key(&pk, NULL, 0) ==
1306 TEST_EQUAL(mbedtls_pk_parse_public_key(&pk, pkey_legacy_start,
1434 TEST_EQUAL(mbedtls_pk_parse_public_key(&pk, pkey_start, pkey_len), 0);
/third_party/mbedtls/
DChangeLog652 * Fix resource leaks in mbedtls_pk_parse_public_key() in low
3873 mbedtls_pk_parse_public_key() and mbedtls_dhm_parse_dhm() now expect the