mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-31 10:20:45 +00:00
Update documentation of mbedtls_pk_setup_opaque()
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
eccf88fa48
commit
56e71d4d1a
@ -703,7 +703,7 @@ mbedtls_pk_type_t mbedtls_pk_get_type( const mbedtls_pk_context *ctx )
|
|||||||
* Load the key to a PSA key slot,
|
* Load the key to a PSA key slot,
|
||||||
* then turn the PK context into a wrapper for that key slot.
|
* then turn the PK context into a wrapper for that key slot.
|
||||||
*
|
*
|
||||||
* Currently only works for EC private keys.
|
* Currently only works for EC & RSA private keys.
|
||||||
*/
|
*/
|
||||||
int mbedtls_pk_wrap_as_opaque( mbedtls_pk_context *pk,
|
int mbedtls_pk_wrap_as_opaque( mbedtls_pk_context *pk,
|
||||||
mbedtls_svc_key_id_t *key,
|
mbedtls_svc_key_id_t *key,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user