Improve doc wording of PSA status field of mbedtls_cipher_context_t
This commit is contained in:
parent
a654c3e38a
commit
7909c4c875
1 changed files with 2 additions and 2 deletions
|
@ -326,8 +326,8 @@ typedef struct mbedtls_cipher_context_t
|
|||
/** Indicates whether the cipher operations should be performed
|
||||
* by Mbed TLS' own crypto library or an external implementation
|
||||
* of the PSA Crypto API.
|
||||
* This is unset if the cipher context is established through
|
||||
* mbedtls_cipher_setup(), and set if it is established through
|
||||
* This is unset if the cipher context was established through
|
||||
* mbedtls_cipher_setup(), and set if it was established through
|
||||
* mbedtls_cipher_setup_psa().
|
||||
*/
|
||||
unsigned char psa_enabled;
|
||||
|
|
Loading…
Reference in a new issue