Searched refs:expkey_randbytes (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/crypto/ |
D | tls_mbedtls_alt.c | 218 unsigned char expkey_randbytes[MBEDTLS_EXPKEY_RAND_LEN * 2]; member 451 forced_memzero(conn->expkey_randbytes, sizeof(conn->expkey_randbytes)); in tls_connection_deinit_expkey() 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() 2046 os_memcpy(conn->expkey_randbytes, client_random, MBEDTLS_EXPKEY_RAND_LEN); in tls_connection_export_keys_cb() 2047 …os_memcpy(conn->expkey_randbytes + MBEDTLS_EXPKEY_RAND_LEN, server_random, MBEDTLS_EXPKEY_RAND_LEN… in tls_connection_export_keys_cb() 2056 data->client_random = conn->expkey_randbytes; in tls_connection_get_random() 2058 data->server_random = conn->expkey_randbytes + MBEDTLS_EXPKEY_RAND_LEN; in tls_connection_get_random() 2075 … conn->expkey_randbytes, sizeof(conn->expkey_randbytes), out, out_len) : in tls_connection_export_key() 2154 os_memcpy(seed, conn->expkey_randbytes + MBEDTLS_EXPKEY_RAND_LEN, MBEDTLS_EXPKEY_RAND_LEN); in tls_connection_get_eap_fast_key() [all …]
|