Searched refs:mbedtls_pk_parse_public_key (Results 1 – 6 of 6) sorted by relevance
/mbedtls-3.6.0/programs/fuzz/ |
D | fuzz_pubkey.c | 20 ret = mbedtls_pk_parse_public_key(&pk, Data, Size); in LLVMFuzzerTestOneInput()
|
/mbedtls-3.6.0/include/mbedtls/ |
D | pk.h | 903 int mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx,
|
/mbedtls-3.6.0/library/ |
D | psa_crypto_rsa.c | 76 mbedtls_pk_parse_public_key(&ctx, data, data_length)); in mbedtls_psa_rsa_load_representation()
|
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
|
/mbedtls-3.6.0/tests/suites/ |
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);
|
/mbedtls-3.6.0/ |
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
|