Lines Matching refs:context
160 …re detailed in “[API to create a PSA key from a PK context](#api-to-create-a-psa-key-from-a-pk-con…
162 #### Using a PSA key as a PK context
177 Gap: a way to copy a PSA key into a PK context. This can only be expected to work if the PSA key is…
247 #### API to create a PSA key from a PK context
251 …context has incomplete algorithm information. For example, there is no way to distinguish between …
256 …llment algorithm. The intended usage flags cannot be deduced from the PK context either, but the c…
276 * `mbedtls_pk_get_psa_attributes` sets the type and size based on what's in the pk context.
277 …ey pair if the context contains a private key and the indicated usage is a private-key usage. The …
295 #### API to copy a PSA key to a PK context
297 Based on the [gap analysis](#using-a-psa-key-as-a-pk-context):
311 …_verify`, `mbedtls_pk_encrypt`, `mbedtls_pk_decrypt` on the resulting pk context will perform an a…
318 Based on the [gap analysis](#using-a-psa-key-as-a-pk-context):