netxduo
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
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_MISSING_CRYPTO_ROUTINE
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:264
#define
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
0x13B
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
0x13B
/* In attempting to perform a cryptographic operation, an entry in the ciphersuite table (or one of its function pointers) was NULL. */
nx_secure_tls.h:264
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_ecc_generate_keys.c:148
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_ecc_generate_keys.c:388
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_ecc_generate_keys.c:821
status
=
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
;
nx_secure_tls_finished_hash_generate.c:167
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_finished_hash_generate.c:305
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_finished_hash_generate.c:332
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_generate_premaster_secret.c:140
UINT
status
=
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
;
nx_secure_tls_hash_record.c:88
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_process_certificate_verify.c:821
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_process_client_key_exchange.c:251
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_process_server_key_exchange.c:368
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_process_server_key_exchange.c:777
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_process_server_key_exchange.c:838
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_remote_certificate_verify.c:160
return
(
NX_SECURE_TLS_MISSING_CRYPTO_ROUTINE
)
;
nx_secure_tls_send_certificate_verify.c:843
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