Skip to content

Commit c4b9e10

Browse files
karstenkoenignordicjm
authored andcommitted
nrf_security: ssf_secdom: Rename parameter
Update the parameter names to follow the change in the header file. Also used latest zcbor which introduced a style change. Signed-off-by: Karsten Koenig <[email protected]>
1 parent 0fc08f7 commit c4b9e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subsys/nrf_security/src/ssf_secdom/ssf_crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ psa_status_t psa_key_derivation_output_key(const psa_key_attributes_t *attribute
401401
}
402402

403403
psa_status_t psa_key_derivation_verify_bytes(psa_key_derivation_operation_t *operation,
404-
const uint8_t *expected_output, size_t output_length)
404+
const uint8_t *expected, size_t expected_length)
405405
{
406406
return PSA_ERROR_NOT_SUPPORTED;
407407
}

subsys/sdfw_services/services/psa_crypto/psa_crypto_service.cddl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ psa_crypto_req = [
674674
psa_pake_output_req /
675675
psa_pake_input_req /
676676
psa_pake_get_shared_key_req /
677-
psa_pake_abort_req
677+
psa_pake_abort_req /
678678
),
679679
]
680680

0 commit comments

Comments
 (0)