mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 05:15:40 +01:00
Minor rewording in documentation of PSA-based cipher context
This commit is contained in:
parent
ce61a32e6a
commit
625f94b2fd
@ -326,8 +326,8 @@ typedef struct mbedtls_cipher_context_t
|
|||||||
/** Indicates whether the cipher operations should be performed
|
/** Indicates whether the cipher operations should be performed
|
||||||
* by Mbed TLS' own crypto library or an external implementation
|
* by Mbed TLS' own crypto library or an external implementation
|
||||||
* of the PSA Crypto API.
|
* of the PSA Crypto API.
|
||||||
* This is unset if the cipher context is setup through
|
* This is unset if the cipher context is established through
|
||||||
* mbedtls_cipher_setup(), and set if it is setup through
|
* mbedtls_cipher_setup(), and set if it is established through
|
||||||
* mbedtls_cipher_setup_psa().
|
* mbedtls_cipher_setup_psa().
|
||||||
*/
|
*/
|
||||||
unsigned char psa_enabled;
|
unsigned char psa_enabled;
|
||||||
|
Loading…
Reference in New Issue
Block a user