mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-22 01:47:23 +00:00
add return statement
Signed-off-by: Kusumit Ghoderao <[email protected]>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user