Home
last modified time | relevance | path

Searched refs:mbedtls_pk_import_into_psa (Results 1 – 13 of 13) sorted by relevance

/mbedtls-3.7.0/tests/suites/
Dtest_suite_pkwrite.function124 TEST_EQUAL(mbedtls_pk_import_into_psa(&key, &key_attr, &opaque_id), 0);
204 TEST_EQUAL(mbedtls_pk_import_into_psa(&priv_key, &key_attr, &opaque_key_id), 0);
Dtest_suite_pk.function1064 TEST_EQUAL(mbedtls_pk_import_into_psa(&prv, &opaque_key_attr, &opaque_key_id), 0);
1624 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &key_attr, &key_id), 0);
1784 TEST_EQUAL(mbedtls_pk_import_into_psa(&alt, &attributes, &key_id),
1912 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &key_id), 0);
2077 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &key_attr, &key_id), 0);
2177 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &new_key_id), 0);
2225 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &new_key_id), 0);
2326 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &new_key_id), 0);
2400 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &new_key_id),
2439 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &key_id),
[all …]
Dtest_suite_pkparse.function50 TEST_EQUAL(mbedtls_pk_import_into_psa(ctx, &attributes, &psa_key), 0);
Dtest_suite_x509write.function306 TEST_EQUAL(mbedtls_pk_import_into_psa(&key, &key_attr, &key_id), 0);
451 TEST_EQUAL(mbedtls_pk_import_into_psa(&issuer_key, &key_attr, &key_id), 0);
Dtest_suite_pk.data1082 # mbedtls_pk_import_into_psa() requires the key to be copyable or exportable.
/mbedtls-3.7.0/include/mbedtls/
Dpk.h639 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk,
/mbedtls-3.7.0/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md263 …ls/issues/8708) Implement `mbedtls_pk_get_psa_attributes` and `mbedtls_pk_import_into_psa` as desc…
269 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk,
290 * `mbedtls_pk_import_into_psa` checks that the type field in the attributes is consistent with the …
292 * `mbedtls_pk_import_into_psa` does not need to check the bit-size in the attributes: `psa_import_k…
293 * `mbedtls_pk_import_into_psa` does not check that the policy in the attributes is sensible. That's…
/mbedtls-3.7.0/programs/ssl/
Dssl_test_lib.c294 ret = mbedtls_pk_import_into_psa(pk, &key_attr, key_id); in pk_wrap_as_opaque()
/mbedtls-3.7.0/library/
Dpk.c842 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk, in mbedtls_pk_import_into_psa() function
/mbedtls-3.7.0/tests/src/test_helpers/
Dssl_helpers.c698 TEST_EQUAL(mbedtls_pk_import_into_psa(cert->pkey, &key_attr, &key_slot), 0); in mbedtls_test_ssl_endpoint_certificate_init()
/mbedtls-3.7.0/docs/
Dpsa-transition.md821 4. Call [`mbedtls_pk_import_into_psa`](https://mbed-tls.readthedocs.io/projects/api/en/development/…
834 mbedtls_pk_import_into_psa(&pk, &attributes, &key_id);
/mbedtls-3.7.0/tests/scripts/
Dall.sh1357 grep mbedtls_pk_import_into_psa library/libmbedcrypto.a
/mbedtls-3.7.0/
DChangeLog15 mbedtls_pk_import_into_psa().
36 mbedtls_pk_import_into_psa() can be used to import a PK key into PSA,
101 mbedtls_pk_import_into_psa() provide a uniform way to create a PSA