mbedTLS
MBEDTLS_BYTES_TO_T_UINT_4
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_BYTES_TO_T_UINT_4
MBEDTLS_BYTES_TO_T_UINT_4 macro
Syntax
Show:
Summary
Declaration
from
bn_mul.h:38
#define
MBEDTLS_BYTES_TO_T_UINT_4
(
a
,
b
,
c
,
d
)
\
(
(
mbedtls_mpi_uint
)
(
a
)
<
<
0
)
|
\
(
(
mbedtls_mpi_uint
)
(
b
)
<
<
8
)
|
\
(
(
mbedtls_mpi_uint
)
(
c
)
<
<
16
)
|
\
(
(
mbedtls_mpi_uint
)
(
d
)
<
<
24
)
Arguments
Argument
a
b
c
d
Examples
References
from
examples
Code
Location
#define
MBEDTLS_BYTES_TO_T_UINT_4
(
a
,
b
,
c
,
d
)
\
bn_mul.h:38
MBEDTLS_BYTES_TO_T_UINT_4
(
a
,
b
,
0
,
0
)
bn_mul.h:45
MBEDTLS_BYTES_TO_T_UINT_4
(
a
,
b
,
c
,
d
)
,
\
bn_mul.h:48
MBEDTLS_BYTES_TO_T_UINT_4
(
e
,
f
,
g
,
h
)
bn_mul.h:49
MBEDTLS_BYTES_TO_T_UINT_4
(
0x85
,
0x0A
,
0x05
,
0xB4
)
,
ecp_curves.c:284
MBEDTLS_BYTES_TO_T_UINT_4
(
0xBD
,
0x0C
,
0x0E
,
0xB7
)
,
ecp_curves.c:290
MBEDTLS_BYTES_TO_T_UINT_4
(
0x88
,
0x63
,
0x37
,
0xBD
)
,
ecp_curves.c:296
MBEDTLS_BYTES_TO_T_UINT_4
(
0xFF
,
0xFF
,
0xFF
,
0xFF
)
,
ecp_curves.c:302
MBEDTLS_BYTES_TO_T_UINT_4
(
0xFF
,
0xFF
,
0xFF
,
0xFF
)
,
ecp_curves.c:2389
MBEDTLS_BYTES_TO_T_UINT_4
(
0x33
,
0x5B
,
0x45
,
0xA1
)
,
ecp_curves.c:2401
MBEDTLS_BYTES_TO_T_UINT_4
(
0xED
,
0x9F
,
0x08
,
0x7E
)
,
ecp_curves.c:2407
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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