netxduo
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
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_X509_WRONG_SIGNATURE_METHOD
NX_SECURE_X509_WRONG_SIGNATURE_METHOD macro
Syntax
Show:
Summary
Declaration
from
nx_secure_x509.h:163
#define
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
0x19A
Examples
References
from
examples
Code
Location
#define
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
0x19A
/* In attempting to validate a signature the signature method did not match the expected method. */
nx_secure_x509.h:163
case
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
:
nx_secure_tls_map_error_to_alert.c:138
return
(
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
)
;
nx_secure_x509_certificate_verify.c:218
return
(
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
)
;
nx_secure_x509_certificate_verify.c:302
return
(
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
)
;
nx_secure_x509_certificate_verify.c:325
return
(
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
)
;
nx_secure_x509_crl_verify.c:218
return
(
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
)
;
nx_secure_x509_crl_verify.c:300
return
(
NX_SECURE_X509_WRONG_SIGNATURE_METHOD
)
;
nx_secure_x509_crl_verify.c:326
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