HomeSort by relevance Sort by last modified time
    Searched defs:client_random (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/tls/
tlsv1_client_i.h 25 u8 client_random[TLS_RANDOM_LEN]; member in struct:tlsv1_client
tlsv1_server_i.h 26 u8 client_random[TLS_RANDOM_LEN]; member in struct:tlsv1_server
  /external/wpa_supplicant_8/src/crypto/
tls.h 15 const u8 *client_random; member in struct:tls_keys
329 * @server_random_first: seed is 0 = client_random|server_random,
330 * 1 = server_random|client_random
342 * when it is called with seed set to client_random|server_random (or
343 * server_random|client_random).
543 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random,
  /external/boringssl/src/ssl/
s3_srvr.c 739 /* The client_random is the V2ClientHello challenge. Truncate or
817 CBS client_random, session_id, cipher_suites, compression_methods; local
884 !CBS_get_bytes(&client_hello, &client_random, SSL3_RANDOM_SIZE) ||
897 memcpy(s->s3->client_random, CBS_data(&client_random), SSL3_RANDOM_SIZE);
    [all...]
  /external/boringssl/src/include/openssl/
ssl3.h 367 uint8_t client_random[SSL3_RANDOM_SIZE]; member in struct:ssl3_state_st

Completed in 372 milliseconds