Home
last modified time | relevance | path

Searched refs:MBEDTLS_EXPKEY_RAND_LEN (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c99 #ifndef MBEDTLS_EXPKEY_RAND_LEN
100 #define MBEDTLS_EXPKEY_RAND_LEN 32 macro
218 unsigned char expkey_randbytes[MBEDTLS_EXPKEY_RAND_LEN * 2];
2009 … const unsigned char client_random[MBEDTLS_EXPKEY_RAND_LEN], in tls_connection_export_keys_cb() argument
2010 … const unsigned char server_random[MBEDTLS_EXPKEY_RAND_LEN], in tls_connection_export_keys_cb() argument
2025 os_memcpy(conn->expkey_randbytes, client_random, MBEDTLS_EXPKEY_RAND_LEN); in tls_connection_export_keys_cb()
2026 …os_memcpy(conn->expkey_randbytes + MBEDTLS_EXPKEY_RAND_LEN, server_random, MBEDTLS_EXPKEY_RAND_LEN in tls_connection_export_keys_cb()
2035 const unsigned char client_random[MBEDTLS_EXPKEY_RAND_LEN], in tls_connection_export_keys_cb() argument
2036 const unsigned char server_random[MBEDTLS_EXPKEY_RAND_LEN], in tls_connection_export_keys_cb() argument
2046 os_memcpy(conn->expkey_randbytes, client_random, MBEDTLS_EXPKEY_RAND_LEN); in tls_connection_export_keys_cb()
[all …]