ESP-IDF
tlsv1_record_layer::cipher_alg
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
tlsv1_record_layer::cipher_alg
tlsv1_record_layer::cipher_alg field
Syntax
Show:
Summary
Declaration
from
tlsv1_record.h:46
enum
crypto_cipher_alg
cipher_alg
;
Examples
References
from
examples
Code
Location
Referrer
enum
crypto_cipher_alg
cipher_alg
;
tlsv1_record.h:46
rl
->
cipher_alg
=
data
->
alg
;
tlsv1_record.c:61
tlsv1_record_set_cipher_suite()
if
(
rl
->
cipher_alg
!=
CRYPTO_CIPHER_NULL
)
{
tlsv1_record.c:86
tlsv1_record_change_write_cipher()
rl
->
write_cbc
=
crypto_cipher_init
(
rl
->
cipher_alg
,
tlsv1_record.c:87
tlsv1_record_change_write_cipher()
if
(
rl
->
cipher_alg
!=
CRYPTO_CIPHER_NULL
)
{
tlsv1_record.c:120
tlsv1_record_change_read_cipher()
rl
->
read_cbc
=
crypto_cipher_init
(
rl
->
cipher_alg
,
tlsv1_record.c:121
tlsv1_record_change_read_cipher()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tlsv1_record_layer::cipher_alg
is written by 1 function and is read by 2 functions:
tlsv1_record_set_cipher_suite()
All items filtered out
tlsv1_record_layer::cipher_alg
tlsv1_record_change_write_cipher()
tlsv1_record_change_read_cipher()
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