Lines Matching refs:mbedtls_pk_context
147 …enarios where an application has a legacy key pair or public key (`mbedtls_pk_context`) and needs …
160 Gap: a way to create a PSA key object from an `mbedtls_pk_context`. This partially exists in the fo…
164 …mbedtls_pk_context` object. Typically, there is an existing key in the PSA key store (possibly in …
251 Given an `mbedtls_pk_context`, we want a function that creates a PSA key with the same key material…
255 …f the key material is in a structured format, which is the case with an `mbedtls_pk_context` input.
256 …orithm, which as discussed above cannot be fully deduced from the `mbedtls_pk_context` object. Jus…
257 …cation. This is completely orthogonal to the information from the `mbedtls_pk_context` object. It …
266 int mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk,
269 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk,
290 …ype field in the attributes is consistent with the content of the `mbedtls_pk_context` object (RSA…
303 mbedtls_pk_context *pk);