mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Appease check-names with prefix
Adding an mbedtls_prefix is preferred to having '//no-check-names' littered about. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@ -839,9 +839,9 @@ static void add_pkcs_padding(unsigned char *output, size_t output_len,
|
||||
}
|
||||
}
|
||||
|
||||
MBEDTLS_STATIC_TESTABLE int get_pkcs_padding(unsigned char *input,
|
||||
size_t input_len,
|
||||
size_t *data_len)
|
||||
MBEDTLS_STATIC_TESTABLE int mbedtls_get_pkcs_padding(unsigned char *input,
|
||||
size_t input_len,
|
||||
size_t *data_len)
|
||||
{
|
||||
size_t i, pad_idx;
|
||||
unsigned char padding_len;
|
||||
|
Reference in New Issue
Block a user