Searched refs:mbedtls_pk_import_into_psa (Results 1 – 13 of 13) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_pkwrite.function | 137 TEST_EQUAL(mbedtls_pk_import_into_psa(&key, &key_attr, &opaque_id), 0); 223 TEST_EQUAL(mbedtls_pk_import_into_psa(&priv_key, &key_attr, &opaque_key_id), 0);
|
D | test_suite_pk.function | 1040 TEST_EQUAL(mbedtls_pk_import_into_psa(&prv, &opaque_key_attr, &opaque_key_id), 0); 1605 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &key_attr, &key_id), 0); 1763 TEST_EQUAL(mbedtls_pk_import_into_psa(&alt, &attributes, &key_id), 1888 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &key_id), 0); 2047 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &key_attr, &key_id), 0); 2160 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &new_key_id), 0); 2208 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &new_key_id), 0); 2310 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &new_key_id), 0); 2380 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &new_key_id), 2419 TEST_EQUAL(mbedtls_pk_import_into_psa(&pk, &attributes, &key_id), [all …]
|
D | test_suite_x509write.function | 310 TEST_EQUAL(mbedtls_pk_import_into_psa(&key, &key_attr, &key_id), 0); 455 TEST_EQUAL(mbedtls_pk_import_into_psa(&issuer_key, &key_attr, &key_id), 0);
|
D | test_suite_pkparse.function | 50 int ret = mbedtls_pk_import_into_psa(ctx, &attributes, &psa_key);
|
D | test_suite_pk.data | 1082 # mbedtls_pk_import_into_psa() requires the key to be copyable or exportable.
|
/mbedtls-latest/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-latest/include/mbedtls/ |
D | pk.h | 647 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk,
|
/mbedtls-latest/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-latest/library/ |
D | pk.c | 838 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk, in mbedtls_pk_import_into_psa() function
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 701 TEST_EQUAL(mbedtls_pk_import_into_psa(cert->pkey, &key_attr, &key_slot), 0); in mbedtls_test_ssl_endpoint_certificate_init()
|
/mbedtls-latest/tests/scripts/ |
D | components-configuration-crypto.sh | 117 grep mbedtls_pk_import_into_psa library/libmbedcrypto.a
|
/mbedtls-latest/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-latest/ |
D | ChangeLog | 209 mbedtls_pk_import_into_psa(). 230 mbedtls_pk_import_into_psa() can be used to import a PK key into PSA, 295 mbedtls_pk_import_into_psa() provide a uniform way to create a PSA
|