OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL3_MT_HELLO_REQUEST
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/include/openssl/
ssl3.h
406
#define
SSL3_MT_HELLO_REQUEST
0
/external/boringssl/src/ssl/
s3_both.c
360
static const uint8_t kHelloRequest[4] = {
SSL3_MT_HELLO_REQUEST
, 0, 0, 0};
s3_pkt.c
489
static const uint8_t kHelloRequest[] = {
SSL3_MT_HELLO_REQUEST
, 0, 0, 0};
/external/curl/lib/vtls/
openssl.c
[
all
...]
Completed in 359 milliseconds