Searched refs:mbedtls_pk_parse_public_key (Results 1 – 6 of 6) sorted by relevance
/third_party/mbedtls/programs/fuzz/ |
D | fuzz_pubkey.c | 14 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
|
/third_party/mbedtls/include/mbedtls/ |
D | pk.h | 864 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
|
/third_party/mbedtls/library/ |
D | pkparse.c | 149 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
|
D | psa_crypto_rsa.c | 87 mbedtls_pk_parse_public_key(&ctx, data, data_length)); in mbedtls_psa_rsa_load_representation()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_pk.function | 425 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/ |
D | ChangeLog | 652 * 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
|