1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Move mbedtls_ct_base64_dec_value function to the constant-time module

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2021-11-15 16:22:37 +01:00
parent 200708d30a
commit 3d4dba84b7
3 changed files with 30 additions and 29 deletions

View File

@ -171,6 +171,8 @@ void mbedtls_ct_mpi_uint_cond_assign( size_t n,
unsigned char mbedtls_ct_base64_enc_char( unsigned char val );
signed char mbedtls_ct_base64_dec_value( unsigned char c );
#endif /* MBEDTLS_BASE64_C */
#if defined(MBEDTLS_SSL_SOME_SUITES_USE_TLS_CBC)