rsa.c: rename getter function of hash_id

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-03-17 18:54:22 +08:00
parent ac36115355
commit d41684e8bc
3 changed files with 3 additions and 3 deletions

View file

@ -510,7 +510,7 @@ int mbedtls_rsa_get_padding_mode(const mbedtls_rsa_context *ctx)
/*
* Get hash identifier of mbedtls_md_type_t type
*/
int mbedtls_rsa_get_hash_id(const mbedtls_rsa_context *ctx)
int mbedtls_rsa_get_md_alg(const mbedtls_rsa_context *ctx)
{
return ctx->hash_id;
}