mbedTLS
ssl_tls12_populate_transform()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
ssl_tls12_populate_transform()
ssl_tls12_populate_transform() function
Syntax
Show:
Summary
Declaration
Definition
from
ssl_tls.c:415
MBEDTLS_CHECK_RETURN_CRITICAL
static
int
ssl_tls12_populate_transform
(
mbedtls_ssl_transform
*
transform
,
int
ciphersuite
,
const
unsigned
char
master
[
48
]
,
#if
defined
(
MBEDTLS_SSL_SOME_SUITES_USE_CBC_ETM
)
int
encrypt_then_mac
,
#endif
ssl_tls_prf_t
tls_prf
,
const
unsigned
char
randbytes
[
64
]
,
mbedtls_ssl_protocol_version
tls_version
,
unsigned
endpoint
,
const
mbedtls_ssl_context
*
ssl
)
;
Implemented in
ssl_tls.c:8565
Arguments
Argument
transform
ciphersuite
master
encrypt_then_mac
tls_prf
randbytes
tls_version
endpoint
ssl
Related Functions
Found 11 other functions taking a
mbedtls_ssl_transform
argument:
Function
Description
mbedtls_ssl_update_out_pointers()
mbedtls_ssl_transform_free()
Free referenced items in an SSL transform context and clear memory
mbedtls_ssl_decrypt_buf()
mbedtls_ssl_get_mode_from_transform()
mbedtls_ssl_transform_init()
mbedtls_ssl_encrypt_buf()
ssl_transform_aead_dynamic_iv_is_explicit()
mbedtls_ssl_set_inbound_transform()
mbedtls_ssl_set_outbound_transform()
ssl_transform_get_explicit_iv_len()
mbedtls_ssl_transform_uses_aead()
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