Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c7086 size_t other_secret_len = 0; in ssl_compute_master() local
7096 other_secret_len = 48; in ssl_compute_master()
7101 other_secret_len = MBEDTLS_GET_UINT16_BE(handshake->premaster, 0); in ssl_compute_master()
7113 other_secret, other_secret_len, in ssl_compute_master()