mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix rename issue missed by re-base
This commit is contained in:
committed by
itayzafrir
parent
d223b52a9a
commit
caec7f0c49
@ -1070,7 +1070,7 @@ static int psa_hmac_start( psa_mac_operation_t *operation,
|
|||||||
size_t block_size =
|
size_t block_size =
|
||||||
PSA_HASH_BLOCK_SIZE( ( PSA_ALG_HMAC_HASH( alg ) ) );
|
PSA_HASH_BLOCK_SIZE( ( PSA_ALG_HMAC_HASH( alg ) ) );
|
||||||
unsigned int digest_size =
|
unsigned int digest_size =
|
||||||
PSA_HASH_FINAL_SIZE( ( PSA_ALG_HMAC_HASH( alg ) ) );
|
PSA_HASH_SIZE( ( PSA_ALG_HMAC_HASH( alg ) ) );
|
||||||
size_t key_length = slot->data.raw.bytes;
|
size_t key_length = slot->data.raw.bytes;
|
||||||
psa_status_t status;
|
psa_status_t status;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user