ESP-IDF
put_be32()
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
put_be32()
put_be32() function
Syntax
Show:
Summary
Declaration
Definition
from
endian.h:276
void
put_be32
(
void
*
buf
,
uint32_t
x
)
;
Implemented in
endian.c:153
Arguments
Argument
buf
x
Examples
References
from
examples
Code
Location
Referrer
put_be32
(
void
*
buf
,
uint32_t
x
)
endian.c:154
void
put_be32
(
void
*
buf
,
uint32_t
x
)
;
endian.h:276
sys_put_be32
(
iv_index
,
&
nonce
[
9
]
)
;
crypto.c:276
create_proxy_nonce()
sys_put_be32
(
iv_index
,
&
nonce
[
9
]
)
;
crypto.c:302
create_net_nonce()
sys_put_be32
(
iv_index
,
&
priv_rand
[
5
]
)
;
crypto.c:315
bt_mesh_net_obfuscate()
sys_put_be32
(
(
ctx
->
seq_num
|
(
(
uint32_t
)
ctx
->
aszmic
<
<
31
)
)
,
&
nonce
[
1
]
)
;
crypto.c:393
create_app_nonce()
sys_put_be32
(
ctx
->
iv_index
,
&
nonce
[
9
]
)
;
crypto.c:398
create_app_nonce()
sys_put_be32
(
iv_index
,
&
msg
[
9
]
)
;
crypto.c:595
bt_mesh_beacon_auth()
sys_put_be32
(
num
,
&
bt_mesh_prov_link
.
auth
[
12
]
)
;
prov.c:183
get_auth_number()
sys_put_be32
(
num
,
&
bt_mesh_prov_link
.
auth
[
12
]
)
;
prov.c:285
bt_mesh_input_number()
sys_put_be32
(
block
,
&
buf
[
2
]
)
;
transport.c:1096
send_ack()
Call Tree
from
examples
put_be32()
is called by 8 functions:
create_proxy_nonce()
create_net_nonce()
bt_mesh_net_obfuscate()
create_app_nonce()
bt_mesh_beacon_auth()
send_ack()
get_auth_number()
bt_mesh_input_number()
All items filtered out
put_be32()
All items filtered out
Data Use
from
examples
put_be32()
:
All items filtered out
put_be32()
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