Lines Matching refs:psa_import_key
92 … object with a key creation function. The two most common ones are [`psa_import_key`](https://mbed…
191 …* `PSA_WANT_KEY_TYPE_xxx_KEY_PAIR_IMPORT` enables support for `psa_import_key` to import a key of …
349 …262b5afbfa018) to set the key's size in bits. This is optional with `psa_import_key`, which determ…
353 …* Use [`psa_import_key`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/gro…
537 …262b5afbfa018) to set the key's size in bits. This is optional with `psa_import_key`, which determ…
541 …* Use [`psa_import_key`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/gro…
669 …18) to set the key's conceptual size in bits. This is optional with `psa_import_key`, which determ…
673 …* Use [`psa_import_key`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/gro…
784 To create a key object from existing material, use [`psa_import_key`](https://mbed-tls.readthedocs.…
805 * Parsing a key in a format that the PK module supports, but `psa_import_key` doesn't.
806 …ave in the form of a list of numbers, rather than the binary encoding required by `psa_import_key`.
841 …w to use the `ecp.h` API to create an elliptic curve key in a format suitable for `psa_import_key`.
861 psa_import_key(&attributes, buf, length, &key_id);
882 psa_import_key(&attributes, buf, length, &key_id);
903 The export format is the same format used for `psa_import_key`, described in “[Creating keys for as…
1052 * Prepare a key object containing the private key, for example with [`psa_import_key`](https://mbed…
1053 * Prepare a key object containing the public key, for example with [`psa_import_key`](https://mbed-…
1092 …fbfa018) to set the private key size in bits. This is optional with `psa_import_key`, which determ…
1101 …* Use [`psa_import_key`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/gro…
1275 … the uncompressed point format (`MBEDTLS_ECP_PF_UNCOMPRESSED`), so [`psa_import_key`](https://mbed…
1276 …ort`). However, the PSA export format for ECC private keys used by [`psa_import_key`](https://mbed…
1306 …s through the PSA API (`psa_generate_key`, `psa_export_public_key`, `psa_import_key`, `psa_sign_ha…