mbedtls_ssl_get_key_exchange_md_tls1_2() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_ssl_get_key_exchange_md_tls1_2()

mbedtls_ssl_get_key_exchange_md_tls1_2() function

Syntax

int mbedtls_ssl_get_key_exchange_md_tls1_2( mbedtls_ssl_context *ssl,     unsigned char *hash,     size_t *hashlen,     unsigned char *data,     size_t data_len,     mbedtls_md_type_t md_alg );
Implemented in ssl_tls.c:9731

Arguments

ssl

hash

hashlen

data

data_len

md_alg

References

LocationReferrerText
ssl_tls.c:9731
int mbedtls_ssl_get_key_exchange_md_tls1_2( mbedtls_ssl_context *ssl,
ssl_internal.h:771
int mbedtls_ssl_get_key_exchange_md_tls1_2( mbedtls_ssl_context *ssl,
ssl_cli.c:2602ssl_parse_server_key_exchange()
ret = mbedtls_ssl_get_key_exchange_md_tls1_2( ssl, hash, &hashlen,
ssl_srv.c:3161ssl_prepare_server_key_exchange()
ret = mbedtls_ssl_get_key_exchange_md_tls1_2( ssl, hash, &hashlen,

Call Tree

Functions calling mbedtls_ssl_get_key_exchange_md_tls1_2()
Functions called by mbedtls_ssl_get_key_exchange_md_tls1_2()
mbedtls_ssl_get_key_exchange_md_tls1_2()
Data read by mbedtls_ssl_get_key_exchange_md_tls1_2()
Data written by mbedtls_ssl_get_key_exchange_md_tls1_2()
mbedtls_ssl_get_key_exchange_md_tls1_2()
mbedtls_ssl_get_key_exchange_md_tls1_2()::ret
all items filtered out
Type of mbedtls_ssl_get_key_exchange_md_tls1_2()
mbedtls_ssl_get_key_exchange_md_tls1_2()