summaryrefslogtreecommitdiff
path: root/camellia-crypt-internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'camellia-crypt-internal.c')
-rw-r--r--camellia-crypt-internal.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/camellia-crypt-internal.c b/camellia-crypt-internal.c
index 6e2727b8..1816d768 100644
--- a/camellia-crypt-internal.c
+++ b/camellia-crypt-internal.c
@@ -135,11 +135,11 @@
#endif
void
-_camellia_crypt(unsigned nkeys,
- const uint64_t *keys,
- const struct camellia_table *T,
- size_t length, uint8_t *dst,
- const uint8_t *src)
+_nettle_camellia_crypt(unsigned nkeys,
+ const uint64_t *keys,
+ const struct camellia_table *T,
+ size_t length, uint8_t *dst,
+ const uint8_t *src)
{
FOR_BLOCKS(length, dst, src, CAMELLIA_BLOCK_SIZE)
{