netxduo
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:212
#define
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE
0x108
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE
0x108
/* An incoming record had a MAC that did not match the one we generated. */
nx_secure_tls.h:212
case
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE
:
nx_secure_tls_map_error_to_alert.c:105
return
(
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE
)
;
nx_secure_tls_verify_mac.c:139
return
(
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE
)
;
nx_secure_tls_verify_mac.c:148
return
(
NX_SECURE_TLS_HASH_MAC_VERIFY_FAILURE
)
;
nx_secure_tls_verify_mac.c:201
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