mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 03:51:00 +00:00
Add public-key export method
This commit is contained in:
parent
1168ef947b
commit
e62b74e68f
|
@ -819,6 +819,8 @@ typedef struct {
|
|||
psa_drv_se_destroy_key_t p_destroy;
|
||||
/** Function that performs a key export operation */
|
||||
psa_drv_se_export_key_t p_export;
|
||||
/** Function that performs a public key export operation */
|
||||
psa_drv_se_export_key_t p_export_public;
|
||||
} psa_drv_se_key_management_t;
|
||||
|
||||
/**@}*/
|
||||
|
|
Loading…
Reference in a new issue