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

  /external/chromium_org/third_party/boringssl/src/ssl/
s23_clnt.c 244 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, int len) function
310 if (ssl_fill_hello_random(s, 0, p, SSL3_RANDOM_SIZE) <= 0)
  /external/openssl/ssl/
s23_clnt.c 276 int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, int len) function
383 if (ssl_fill_hello_random(s, 0, p, SSL3_RANDOM_SIZE) <= 0)

Completed in 634 milliseconds