netxduo
NX_SECURE_TLS_CIPHERSUITE_INFO
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_CIPHERSUITE_INFO
NX_SECURE_TLS_CIPHERSUITE_INFO struct
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:779
typedef
struct
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT
{
USHORT
nx_secure_tls_ciphersuite
;
const
NX_CRYPTO_METHOD
*
nx_secure_tls_public_cipher
;
const
NX_CRYPTO_METHOD
*
nx_secure_tls_public_auth
;
const
NX_CRYPTO_METHOD
*
nx_secure_tls_session_cipher
;
USHORT
nx_secure_tls_iv_size
;
UCHAR
nx_secure_tls_session_key_size
;
const
NX_CRYPTO_METHOD
*
nx_secure_tls_hash
;
USHORT
nx_secure_tls_hash_size
;
const
NX_CRYPTO_METHOD
*
nx_secure_tls_prf
;
}
NX_SECURE_TLS_CIPHERSUITE_INFO
;
Fields
Field
Declared as
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_ciphersuite
USHORT
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_public_cipher
const
NX_CRYPTO_METHOD
*
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_public_auth
const
NX_CRYPTO_METHOD
*
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_session_cipher
const
NX_CRYPTO_METHOD
*
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_iv_size
USHORT
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_session_key_size
UCHAR
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_hash
const
NX_CRYPTO_METHOD
*
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_hash_size
USHORT
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT::nx_secure_tls_prf
const
NX_CRYPTO_METHOD
*
Related Functions
Found 2 other functions taking a
NX_SECURE_TLS_CIPHERSUITE_INFO_STRUCT
argument:
Function
_nx_secure_tls_ciphersuite_lookup()
_nx_secure_tls_check_ciphersuite()
Examples
References
from
examples
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