Searched refs:mbedtls_pk_import_into_psa (Results 1 – 13 of 13) sorted by relevance
/mbedtls-3.7.0/tests/suites/ |
D | test_suite_pkwrite.function | 124 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);
|
D | test_suite_pk.function | 1064 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 …]
|
D | test_suite_pkparse.function | 50 TEST_EQUAL(mbedtls_pk_import_into_psa(ctx, &attributes, &psa_key), 0);
|
D | test_suite_x509write.function | 306 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);
|
D | test_suite_pk.data | 1082 # mbedtls_pk_import_into_psa() requires the key to be copyable or exportable.
|
/mbedtls-3.7.0/include/mbedtls/ |
D | pk.h | 639 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk,
|
/mbedtls-3.7.0/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 263 …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/ |
D | ssl_test_lib.c | 294 ret = mbedtls_pk_import_into_psa(pk, &key_attr, key_id); in pk_wrap_as_opaque()
|
/mbedtls-3.7.0/library/ |
D | pk.c | 842 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/ |
D | ssl_helpers.c | 698 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/ |
D | psa-transition.md | 821 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/ |
D | all.sh | 1357 grep mbedtls_pk_import_into_psa library/libmbedcrypto.a
|
/mbedtls-3.7.0/ |
D | ChangeLog | 15 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
|