netxduo
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
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_INSUFFICIENT_CERT_SPACE
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:250
#define
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
0x12D
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
0x12D
/* Not enough certificate buffer space allocated for a certificate. */
nx_secure_tls.h:250
case
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
:
nx_secure_tls_map_error_to_alert.c:255
return
(
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
)
;
nx_secure_tls_process_remote_certificate.c:204
return
(
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
)
;
nx_secure_tls_process_remote_certificate.c:225
return
(
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
)
;
nx_secure_tls_process_remote_certificate.c:358
return
(
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
)
;
nx_secure_tls_process_remote_certificate.c:370
return
(
NX_SECURE_TLS_INSUFFICIENT_CERT_SPACE
)
;
nxe_secure_tls_remote_certificate_allocate.c:101
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