OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_random
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_server_read.c
486
int
use_random
= 0;
local
538
use_random
= 1;
541
if (!
use_random
&& outlen != TLS_PRE_MASTER_SECRET_LEN) {
544
use_random
= 1;
547
if (!
use_random
&& WPA_GET_BE16(out) != conn->client_version) {
551
use_random
= 1;
554
if (
use_random
) {
Completed in 58 milliseconds