netxduo
NX_CRYPTO_ROLE_ENTRY_STRUCT::nx_crypto_role_id
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_CRYPTO_ROLE_ENTRY_STRUCT::nx_crypto_role_id
NX_CRYPTO_ROLE_ENTRY_STRUCT::nx_crypto_role_id field
Syntax
Show:
Summary
Declaration
from
nx_crypto.h:365
UINT
nx_crypto_role_id
;
Examples
References
from
examples
Code
Location
Referrer
UINT
nx_crypto_role_id
;
nx_crypto.h:365
if
(
current_cipher
.
nx_crypto_role_id
==
NX_CRYPTO_ROLE_NONE
)
nx_secure_tls_session_create_ext.c:281
_map_tls_ciphersuites()
status
=
_find_cipher
(
cipher_id
,
current_cipher
.
nx_crypto_role_id
,
cipher_map
[
suite
]
->
nx_crypto_symmetric_key_size
,
crypto_array
,
crypto_array_size
,
&
cipher_method
)
;
nx_secure_tls_session_create_ext.c:310
_map_tls_ciphersuites()
switch
(
current_cipher
.
nx_crypto_role_id
)
nx_secure_tls_session_create_ext.c:318
_map_tls_ciphersuites()
if
(
current_cipher
.
nx_crypto_role_id
==
NX_CRYPTO_ROLE_NONE
)
nx_secure_tls_session_create_ext.c:404
_map_x509_ciphersuites()
status
=
_find_cipher
(
cipher_id
,
current_cipher
.
nx_crypto_role_id
,
0
,
crypto_array
,
crypto_array_size
,
&
cipher_method
)
;
nx_secure_tls_session_create_ext.c:430
_map_x509_ciphersuites()
switch
(
current_cipher
.
nx_crypto_role_id
)
nx_secure_tls_session_create_ext.c:438
_map_x509_ciphersuites()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_ROLE_ENTRY_STRUCT::nx_crypto_role_id
is read by 2 functions:
All items filtered out
NX_CRYPTO_ROLE_ENTRY_STRUCT::nx_crypto_role_id
_map_tls_ciphersuites()
_map_x509_ciphersuites()
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