mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 09:41:10 +00:00
Improve style
This commit is contained in:
parent
1468da76a5
commit
6c6c8fceaa
|
@ -4170,7 +4170,8 @@ static psa_status_t psa_key_derivation_tls12_prf_read(
|
||||||
#endif /* PSA_PRE_1_0_KEY_DERIVATION */
|
#endif /* PSA_PRE_1_0_KEY_DERIVATION */
|
||||||
#endif /* MBEDTLS_MD_C */
|
#endif /* MBEDTLS_MD_C */
|
||||||
|
|
||||||
psa_status_t psa_key_derivation_output_bytes( psa_key_derivation_operation_t *operation,
|
psa_status_t psa_key_derivation_output_bytes(
|
||||||
|
psa_key_derivation_operation_t *operation,
|
||||||
uint8_t *output,
|
uint8_t *output,
|
||||||
size_t output_length )
|
size_t output_length )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue