ESP-IDF
os_memcmp_const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_memcmp_const
os_memcmp_const macro
Syntax
Show:
Summary
Declaration
from
os.h:257
#define
os_memcmp_const
(
s1
,
s2
,
n
)
memcmp
(
(
s1
)
,
(
s2
)
,
(
n
)
)
Arguments
Argument
s1
s2
n
Examples
References
from
examples
Code
Location
#define
os_memcmp_const
(
s1
,
s2
,
n
)
memcmp
(
(
s1
)
,
(
s2
)
,
(
n
)
)
os.h:257
if
(
os_memcmp_const
(
x
,
t
,
M
)
!=
0
)
{
aes-ccm.c:207
if
(
os_memcmp_const
(
tag
,
T
,
16
)
!=
0
)
{
aes-gcm.c:313
os_memcmp_const
(
token
+
2
,
&
mac
[
2
]
,
SHA256_MAC_LEN
-
2
)
!=
0
)
{
comeback_token.c:61
res
=
os_memcmp_const
(
cmac
,
_bind
->
compound_mac
,
sizeof
(
cmac
)
)
;
eap_fast.c:776
os_memcmp_const
(
hdr
.
payload
,
hash
,
hdr
.
length
)
!=
0
)
{
pkcs1.c:319
os_memcmp_const
(
pos
->
pmk
,
entry
->
pmk
,
entry
->
pmk_len
)
==
0
&&
pmksa_cache.c:158
os_memcmp_const
(
pos
->
pmkid
,
entry
->
pmkid
,
pmksa_cache.c:159
if
(
os_memcmp_const
(
verifier
,
data
+
2
,
hash_len
)
!=
0
)
{
sae.c:2391
res
=
os_memcmp_const
(
hash
,
tmp
->
fingerprint
,
tmp
->
fingerprint_bytes
)
;
sae_pk.c:597
if
(
os_memcmp_const
(
pos
,
verify_data
,
TLS_VERIFY_DATA_LEN
)
!=
0
)
{
tlsv1_client_read.c:1440
os_memcmp_const
(
decrypted
,
data
,
data_len
)
!=
0
)
{
tlsv1_common.c:517
os_memcmp_const
(
hash
,
out_data
+
plen
,
hlen
)
!=
0
||
tlsv1_record.c:459
os_memcmp_const
(
pmkid
,
sm
->
cur_pmksa
->
pmkid
,
PMKID_LEN
)
==
0
)
{
wpa.c:404
if
(
os_memcmp_const
(
mic
,
key
->
key_mic
,
mic_len
)
!=
0
)
{
wpa.c:1682
if
(
os_memcmp_const
(
mic
,
key
->
key_mic
,
mic_len
)
!=
0
)
{
wpa.c:1697
os_memcmp_const
(
mic
,
key
->
key_mic
,
mic_len
)
!=
0
)
wpa_auth.c:1237
os_memcmp_const
(
parse
.
r0kh_id
,
sm
->
r0kh_id
,
parse
.
r0kh_id_len
)
!=
0
)
wpa_ft.c:485
os_memcmp_const
(
parse
.
rsn_pmkid
,
sm
->
pmk_r0_name
,
WPA_PMK_NAME_LEN
)
)
wpa_ft.c:502
os_memcmp_const
(
parse
.
r0kh_id
,
sm
->
r0kh_id
,
parse
.
r0kh_id_len
)
!=
0
)
wpa_ft.c:779
if
(
os_memcmp_const
(
parse
.
r1kh_id
,
sm
->
r1kh_id
,
FT_R1KH_ID_LEN
)
!=
0
)
{
wpa_ft.c:795
os_memcmp_const
(
parse
.
rsn_pmkid
,
sm
->
pmk_r1_name
,
WPA_PMK_NAME_LEN
)
)
wpa_ft.c:802
if
(
os_memcmp_const
(
mic
,
ftie
->
mic
,
16
)
!=
0
)
{
wpa_ft.c:829
os_memcmp_const
(
hash
,
authenticator
,
WPS_AUTHENTICATOR_LEN
)
!=
0
)
{
wps_attr_process.c:45
os_memcmp_const
(
hash
,
key_wrap_auth
,
WPS_KWA_LEN
)
!=
0
)
{
wps_attr_process.c:75
if
(
os_memcmp_const
(
hash
,
wps
->
peer_pubkey_hash
,
wps_enrollee.c:580
if
(
os_memcmp_const
(
wps
->
peer_hash1
,
hash
,
WPS_HASH_LEN
)
!=
0
)
{
wps_enrollee.c:660
if
(
os_memcmp_const
(
wps
->
peer_hash2
,
hash
,
WPS_HASH_LEN
)
!=
0
)
{
wps_enrollee.c:700
os_memcmp_const
(
dev_pw
,
pin
->
pin
,
dev_pw_len
)
!=
0
)
)
wps_registrar.c:893
if
(
os_memcmp_const
(
wps
->
peer_hash1
,
hash
,
WPS_HASH_LEN
)
!=
0
)
{
wps_registrar.c:2334
if
(
os_memcmp_const
(
wps
->
peer_hash2
,
hash
,
WPS_HASH_LEN
)
!=
0
)
{
wps_registrar.c:2374
os_memcmp_const
(
hdr
.
payload
,
hash
,
hdr
.
length
)
!=
0
)
{
x509v3.c:2082
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