mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 22:47:05 +00:00
add return statement
Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
parent
257ea00199
commit
d07761c19c
1 changed files with 1 additions and 0 deletions
|
|
@ -5535,6 +5535,7 @@ static psa_status_t psa_key_derivation_pbkdf2_generate_block(
|
|||
|
||||
mbedtls_xor(U_accumulator, U_accumulator, U_i, prf_output_length);
|
||||
}
|
||||
return PSA_SUCCESS;
|
||||
}
|
||||
|
||||
static psa_status_t psa_key_derivation_pbkdf2_read(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue