Home
last modified time | relevance | path

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

/external/openthread/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_pubkey.c11 ret = mbedtls_pk_parse_public_key( &pk, Data, Size ); in LLVMFuzzerTestOneInput()
/external/mbedtls/programs/fuzz/
Dfuzz_pubkey.c13 ret = mbedtls_pk_parse_public_key( &pk, Data, Size ); in LLVMFuzzerTestOneInput()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dpk.h715 int mbedtls_pk_parse_public_key( mbedtls_pk_context *ctx,
Dcompat-1.3.h2150 #define pk_parse_public_key mbedtls_pk_parse_public_key
/external/mbedtls/include/mbedtls/
Dpk.h815 int mbedtls_pk_parse_public_key( mbedtls_pk_context *ctx,
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pk.function290 TEST_ASSERT( mbedtls_pk_parse_public_key( &pk, NULL, 0 ) ==
544 mbedtls_pk_parse_public_key( NULL,
547 mbedtls_pk_parse_public_key( &pk,
1285 TEST_ASSERT( mbedtls_pk_parse_public_key( &pk, pkey_legacy_start,
/external/openthread/third_party/mbedtls/repo/library/
Dpsa_crypto_rsa.c88 mbedtls_pk_parse_public_key( &ctx, data, data_length ) ); in mbedtls_psa_rsa_load_representation()
Dpkparse.c165 ret = mbedtls_pk_parse_public_key( ctx, buf, n ); in mbedtls_pk_parse_public_keyfile()
1432 int mbedtls_pk_parse_public_key( mbedtls_pk_context *ctx, in mbedtls_pk_parse_public_key() function
/external/mbedtls/library/
Dpkparse.c147 ret = mbedtls_pk_parse_public_key( ctx, buf, n ); in mbedtls_pk_parse_public_keyfile()
1397 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()
/external/mbedtls/tests/suites/
Dtest_suite_pk.function430 TEST_ASSERT( mbedtls_pk_parse_public_key( &pk, NULL, 0 ) ==
1301 TEST_ASSERT( mbedtls_pk_parse_public_key( &pk, pkey_legacy_start,
1419 TEST_EQUAL( mbedtls_pk_parse_public_key( &pk, pkey_start, pkey_len ), 0 );
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1760 pk_parse_public_key mbedtls_pk_parse_public_key
/external/mbedtls/
DChangeLog433 * Fix resource leaks in mbedtls_pk_parse_public_key() in low
3653 mbedtls_pk_parse_public_key() and mbedtls_dhm_parse_dhm() now expect the
/external/openthread/third_party/mbedtls/repo/
DChangeLog2851 mbedtls_pk_parse_public_key() and mbedtls_dhm_parse_dhm() now expect the