netxduo
NX_SECURE_TLS_RSA_PREMASTER_SIZE
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_RSA_PREMASTER_SIZE
NX_SECURE_TLS_RSA_PREMASTER_SIZE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:657
#define
NX_SECURE_TLS_RSA_PREMASTER_SIZE
(
48
)
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_RSA_PREMASTER_SIZE
(
48
)
/* The size of RSA encrypted pre-master secret. */
nx_secure_tls.h:657
_nx_secure_client_padded_pre_master
[
length
-
NX_SECURE_TLS_RSA_PREMASTER_SIZE
-
1
]
!=
0x00
)
nx_secure_tls_process_client_key_exchange.c:512
for
(
i
=
0
;
i
<
NX_SECURE_TLS_RSA_PREMASTER_SIZE
;
++
i
)
nx_secure_tls_process_client_key_exchange.c:522
&
_nx_secure_client_padded_pre_master
[
length
-
NX_SECURE_TLS_RSA_PREMASTER_SIZE
]
,
NX_SECURE_TLS_RSA_PREMASTER_SIZE
)
;
/* Use case of memcpy is verified. */
nx_secure_tls_process_client_key_exchange.c:539
tls_session
->
nx_secure_tls_key_material
.
nx_secure_tls_pre_master_secret_size
=
NX_SECURE_TLS_RSA_PREMASTER_SIZE
;
nx_secure_tls_process_client_key_exchange.c:541
for
(
i
=
2
;
i
<
(
data_size
-
NX_SECURE_TLS_RSA_PREMASTER_SIZE
-
1
)
;
++
i
)
nx_secure_tls_send_client_key_exchange.c:222
if
(
(
data_size
<
NX_SECURE_TLS_RSA_PREMASTER_SIZE
)
||
nx_secure_tls_send_client_key_exchange.c:232
NX_SECURE_MEMCPY
(
&
_nx_secure_client_padded_pre_master
[
data_size
-
NX_SECURE_TLS_RSA_PREMASTER_SIZE
]
,
nx_secure_tls_send_client_key_exchange.c:242
tls_session
->
nx_secure_tls_key_material
.
nx_secure_tls_pre_master_secret
,
NX_SECURE_TLS_RSA_PREMASTER_SIZE
)
;
/* Use case of memcpy is verified. */
nx_secure_tls_send_client_key_exchange.c:243
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