HomeSort by: relevance | last modified time | path
    Searched defs:hello_verify (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
bad_dtls_test.c 194 static unsigned char hello_verify[] = { local
213 memcpy(hello_verify + HV_COOKIE_OFS, cookie, sizeof(cookie));
215 BIO_write(rbio, hello_verify, sizeof(hello_verify));
  /src/crypto/external/apache2/openssl/dist/test/
bad_dtls_test.c 276 static unsigned char hello_verify[] = { local
328 memcpy(hello_verify + HV_COOKIE_OFS, cookie, sizeof(cookie));
330 BIO_write(rbio, hello_verify, sizeof(hello_verify));
  /src/crypto/external/bsd/openssl/dist/test/
bad_dtls_test.c 197 static unsigned char hello_verify[] = { local
216 memcpy(hello_verify + HV_COOKIE_OFS, cookie, sizeof(cookie));
218 BIO_write(rbio, hello_verify, sizeof(hello_verify));

Completed in 23 milliseconds