1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-22 08:23:44 +08:00

Minor formatting fixes

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2024-07-31 18:56:36 +01:00
parent cae2bed689
commit 867815d89d

View File

@ -4923,9 +4923,9 @@ uint32_t psa_key_agreement_iop_get_num_ops(psa_key_agreement_iop_t *operation);
* standard formats for public keys are documented * standard formats for public keys are documented
* in the documentation of psa_export_public_key(). * in the documentation of psa_export_public_key().
* The peer key data is parsed with the type * The peer key data is parsed with the type
* #PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type) where * #PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(\c type)
* type is the type of \p private_key, and with the * where \c type is the type of \p private_key,
* same bit-size as \p private_key. * and with the same bit-size as \p private_key.
* \param peer_key_length Size of \p peer_key in bytes. * \param peer_key_length Size of \p peer_key in bytes.
* *
* \param alg The key agreement algorithm to compute * \param alg The key agreement algorithm to compute
@ -4945,9 +4945,9 @@ uint32_t psa_key_agreement_iop_get_num_ops(psa_key_agreement_iop_t *operation);
* it must be equal to the output size of the key * it must be equal to the output size of the key
* agreement, in bits. * agreement, in bits.
* * The output size, in bits, of the key agreement * * The output size, in bits, of the key agreement
* is #PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE(type, * is #PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE(\c type,
* bits), where type and bits are the type and * \c bits), where \c type and \c bits are the
* bit-size of \p private_key. * type and bit-size of \p private_key.
* * The key permitted-algorithm policy is required * * The key permitted-algorithm policy is required
* for keys that will be used for a cryptographic * for keys that will be used for a cryptographic
* operation. The key usage flags define what * operation. The key usage flags define what
@ -5068,7 +5068,7 @@ psa_status_t psa_key_agreement_iop_setup(
* first. * first.
* *
* \param[out] key On success, an identifier for the newly created * \param[out] key On success, an identifier for the newly created
* key, on failure this will be set to * key. On failure this will be set to
* #PSA_KEY_ID_NULL. * #PSA_KEY_ID_NULL.
* *
* \retval #PSA_SUCCESS * \retval #PSA_SUCCESS