Lines Matching refs:function
141 … either by configuring the underlying `mbedtls_rsa_context` or when calling the operation function.
166 There is a function `mbedtls_pk_setup_opaque` that mostly does this. However, it has several limita…
170 …_PSA_CRYPTO` at an early stage of their migration to PSA. However, this function is useful to use …
175 * Copying, which requires a new function. This requires an exportable key but creates a fully indep…
192 …, or at least the curve's size. Therefore we are not going to add a generic function at this stage.
206 Each action to implement a function entails:
208 * Implement the library function.
251 …function that creates a PSA key with the same key material and algorithm. “Same key material” is s…
256 … flags cannot be deduced from the PK context either, but the conversion function could sensibly ju…
257 …essary, for the conversion function to allow customizing these aspects. If it doesn't, users can c…
259 …function shall take a `const psa_key_attributes_t *` input, like all other functions that create a…
261 This is close to the existing function `mbedtls_pk_wrap_as_opaque`, but does not bake in the implem…
275 … But that's an uncommon use case. It's probably less surprising if this function leaves the lifeti…
288 …* For a `MBEDTLS_PK_OPAQUE`, this function reads the attributes of the existing PK key and copies …
310 * Once this function returns, the pk object is completely independent of the PSA key.