Fix failing Ci
Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
parent
e5dd11164a
commit
d9ec1afd13
1 changed files with 3 additions and 1 deletions
|
@ -5562,6 +5562,8 @@ static psa_status_t psa_key_derivation_pbkdf2_read(
|
|||
prf_alg = PSA_ALG_HMAC(PSA_ALG_PBKDF2_HMAC_GET_HASH(kdf_alg));
|
||||
prf_output_length = PSA_HASH_LENGTH(prf_alg);
|
||||
psa_set_key_type(&attributes, PSA_KEY_TYPE_HMAC);
|
||||
} else {
|
||||
return PSA_ERROR_INVALID_ARGUMENT;
|
||||
}
|
||||
|
||||
switch (pbkdf2->state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue