mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
@ -230,8 +230,7 @@ psa_status_t mbedtls_psa_hkdf_expand( psa_algorithm_t alg,
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The constant concatenated to the end of each T(n) is a single octet.
|
/* The constant concatenated to the end of each T(n) is a single octet. */
|
||||||
* */
|
|
||||||
status = psa_mac_update( &operation, &c, 1 );
|
status = psa_mac_update( &operation, &c, 1 );
|
||||||
if( status != PSA_SUCCESS )
|
if( status != PSA_SUCCESS )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user