mbedTLS
camellia_feistel()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
camellia_feistel()
camellia_feistel() function
Syntax
Show:
Summary
Declaration
from
camellia.c:303
static
void
camellia_feistel
(
const
uint32_t
x
[
2
]
,
const
uint32_t
k
[
2
]
,
uint32_t
z
[
2
]
)
;
Arguments
Argument
x
k
z
Examples
References
from
examples
Code
Location
Referrer
static
void
camellia_feistel
(
const
uint32_t
x
[
2
]
,
const
uint32_t
k
[
2
]
,
camellia.c:303
camellia_feistel
(
KC
+
8
,
SIGMA
[
0
]
,
KC
+
10
)
;
camellia.c:403
mbedtls_camellia_setkey_enc()
camellia_feistel
(
KC
+
10
,
SIGMA
[
1
]
,
KC
+
8
)
;
camellia.c:404
mbedtls_camellia_setkey_enc()
camellia_feistel
(
KC
+
8
,
SIGMA
[
2
]
,
KC
+
10
)
;
camellia.c:409
mbedtls_camellia_setkey_enc()
camellia_feistel
(
KC
+
10
,
SIGMA
[
3
]
,
KC
+
8
)
;
camellia.c:410
mbedtls_camellia_setkey_enc()
camellia_feistel
(
KC
+
12
,
SIGMA
[
4
]
,
KC
+
14
)
;
camellia.c:417
mbedtls_camellia_setkey_enc()
camellia_feistel
(
KC
+
14
,
SIGMA
[
5
]
,
KC
+
12
)
;
camellia.c:418
mbedtls_camellia_setkey_enc()
camellia_feistel
(
X
,
RK
,
X
+
2
)
;
camellia.c:535
mbedtls_camellia_crypt_ecb()
camellia_feistel
(
X
+
2
,
RK
,
X
)
;
camellia.c:537
mbedtls_camellia_crypt_ecb()
camellia_feistel
(
X
,
RK
,
X
+
2
)
;
camellia.c:539
mbedtls_camellia_crypt_ecb()
camellia_feistel
(
X
+
2
,
RK
,
X
)
;
camellia.c:541
mbedtls_camellia_crypt_ecb()
camellia_feistel
(
X
,
RK
,
X
+
2
)
;
camellia.c:543
mbedtls_camellia_crypt_ecb()
camellia_feistel
(
X
+
2
,
RK
,
X
)
;
camellia.c:545
mbedtls_camellia_crypt_ecb()
Call Tree
from
examples
camellia_feistel()
is called by 2 functions:
mbedtls_camellia_setkey_enc()
mbedtls_camellia_crypt_ecb()
All items filtered out
camellia_feistel()
All items filtered out
Data Use
from
examples
camellia_feistel()
reads 4 variables:
FSb3
FSb4
FSb
FSb2
All items filtered out
camellia_feistel()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out