mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Rename exported symbols to please check-names.sh
Exported symbols seem to need the "mbedtls_" prefix, which has been added to be128 and gf128mul_x_ble.
This commit is contained in:
parent
fb67fae83a
commit
9bbe3632e4
2 changed files with 3 additions and 3 deletions
|
|
@ -1013,7 +1013,7 @@ int mbedtls_aes_crypt_xex( mbedtls_aes_context *crypt_ctx,
|
|||
|
||||
do
|
||||
{
|
||||
gf128mul_x_ble( t_buf, t_buf );
|
||||
mbedtls_gf128mul_x_ble( t_buf, t_buf );
|
||||
|
||||
first:
|
||||
/* PP <- T xor P */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue