Home
last modified time | relevance | path

Searched refs:mbedtls_pk_copy_public_from_psa (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpk.h710 int mbedtls_pk_copy_public_from_psa(mbedtls_svc_key_id_t key_id, mbedtls_pk_context *pk);
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pk.function2528 TEST_EQUAL(mbedtls_pk_copy_public_from_psa(key_id, NULL),
2534 TEST_EQUAL(mbedtls_pk_copy_public_from_psa(mbedtls_svc_key_id_make(0, 0), &pk_ctx),
2542 TEST_EQUAL(mbedtls_pk_copy_public_from_psa(key_id, &pk_ctx), MBEDTLS_ERR_PK_BAD_INPUT_DATA);
2619 TEST_EQUAL(mbedtls_pk_copy_public_from_psa(priv_key_id, &pk_priv_copy_public), 0);
2621 TEST_EQUAL(mbedtls_pk_copy_public_from_psa(pub_key_id, &pk_pub_copy_public), 0);
2771 /* Test that the keys from mbedtls_pk_copy_public_from_psa() are identical
2816 TEST_EQUAL(mbedtls_pk_copy_public_from_psa(exportable_key_id,
2818 TEST_EQUAL(mbedtls_pk_copy_public_from_psa(non_exportable_key_id,
2829 * mbedtls_pk_copy_public_from_psa works with a non-exportable key pair.
/openthread-latest/third_party/mbedtls/repo/library/
Dpk.c987 int mbedtls_pk_copy_public_from_psa(mbedtls_svc_key_id_t key_id, in mbedtls_pk_copy_public_from_psa() function
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md912 * [`mbedtls_pk_copy_public_from_psa`](https://mbed-tls.readthedocs.io/projects/api/en/development/a…
921 int ret = mbedtls_pk_copy_public_from_psa(key_id, &pk);
/openthread-latest/third_party/mbedtls/repo/
DChangeLog125 mbedtls_pk_copy_public_from_psa() provide ways to set up a PK context