Skip to content

Commit 7ba7f88

Browse files
committed
Implement psa_hash_*() functions
1 parent 8b01fac commit 7ba7f88

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -176,25 +176,6 @@ psa_status_t psa_cipher_decrypt(psa_key_handle_t handle,
176176
return PSA_ERROR_NOT_SUPPORTED;
177177
}
178178

179-
psa_status_t psa_hash_compute(psa_algorithm_t alg,
180-
const uint8_t *input,
181-
size_t input_length,
182-
uint8_t *hash,
183-
size_t hash_size,
184-
size_t *hash_length)
185-
{
186-
return PSA_ERROR_NOT_SUPPORTED;
187-
}
188-
189-
psa_status_t psa_hash_compare(psa_algorithm_t alg,
190-
const uint8_t *input,
191-
size_t input_length,
192-
const uint8_t *hash,
193-
const size_t hash_length)
194-
{
195-
return PSA_ERROR_NOT_SUPPORTED;
196-
}
197-
198179
psa_status_t psa_mac_compute(psa_key_handle_t handle,
199180
psa_algorithm_t alg,
200181
const uint8_t *input,

0 commit comments

Comments
 (0)