File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
features/mbedtls/mbed-crypto/platform/TARGET_PSA/COMPONENT_PSA_SRV_IMPL Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4259,7 +4259,7 @@ static psa_status_t its_to_psa_error( psa_its_status_t ret )
4259
4259
return ( PSA_ERROR_INSUFFICIENT_STORAGE );
4260
4260
4261
4261
case PSA_ITS_ERROR_INVALID_KEY :
4262
- case PSA_PS_ERROR_OFFSET_INVALID :
4262
+ case PSA_ITS_ERROR_OFFSET_INVALID :
4263
4263
case PSA_ITS_ERROR_INCORRECT_SIZE :
4264
4264
case PSA_ITS_ERROR_BAD_POINTER :
4265
4265
return ( PSA_ERROR_INVALID_ARGUMENT );
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ static psa_status_t its_to_psa_error( psa_its_status_t ret )
52
52
return ( PSA_ERROR_INSUFFICIENT_STORAGE );
53
53
54
54
case PSA_ITS_ERROR_INVALID_KEY :
55
- case PSA_PS_ERROR_OFFSET_INVALID :
55
+ case PSA_ITS_ERROR_OFFSET_INVALID :
56
56
case PSA_ITS_ERROR_INCORRECT_SIZE :
57
57
case PSA_ITS_ERROR_BAD_POINTER :
58
58
return ( PSA_ERROR_INVALID_ARGUMENT );
You can’t perform that action at this time.
0 commit comments