mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-15 05:21:21 +08:00
Fix Doxygen markup
Pacify `clang -Wdocumentation`. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
134677d44c
commit
b6102b6ccf
@ -243,8 +243,8 @@ int key_opaque_set_alg_usage(const char *alg1, const char *alg2,
|
|||||||
* - free the provided PK context and re-initilize it as an opaque PK context
|
* - free the provided PK context and re-initilize it as an opaque PK context
|
||||||
* wrapping the PSA key imported in the above step.
|
* wrapping the PSA key imported in the above step.
|
||||||
*
|
*
|
||||||
* \param[in/out] pk On input the non-opaque PK context which contains the
|
* \param[in,out] pk On input, the non-opaque PK context which contains the
|
||||||
* key to be wrapped. On output the re-initialized PK
|
* key to be wrapped. On output, the re-initialized PK
|
||||||
* context which represents the opaque version of the one
|
* context which represents the opaque version of the one
|
||||||
* provided as input.
|
* provided as input.
|
||||||
* \param[in] psa_alg The primary algorithm that will be associated to the
|
* \param[in] psa_alg The primary algorithm that will be associated to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user